From 55bad8fd7b48439ded3abef549c11509a4388272 Mon Sep 17 00:00:00 2001 From: Sale Djenic Date: Fri, 4 Oct 2024 16:28:44 +0200 Subject: [PATCH] fix_: zero value update to be a value, not a function pointer --- services/wallet/router/pathprocessor/processor_bridge_hop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wallet/router/pathprocessor/processor_bridge_hop.go b/services/wallet/router/pathprocessor/processor_bridge_hop.go index 1273294d13a..eee49357972 100644 --- a/services/wallet/router/pathprocessor/processor_bridge_hop.go +++ b/services/wallet/router/pathprocessor/processor_bridge_hop.go @@ -544,7 +544,7 @@ func (h *HopBridgeProcessor) packL1BridgeTx(abi abi.ABI, toChainID uint64, to co bonderFee.AmountOutMin.Int, big.NewInt(bonderFee.Deadline), common.Address{}, - walletCommon.ZeroBigIntValue) + walletCommon.ZeroBigIntValue()) } func (h *HopBridgeProcessor) sendL1BridgeTx(contractAddress common.Address, ethClient chain.ClientInterface, toChainID uint64,