fix_: zero value update to be a value, not a function pointer

This commit is contained in:
Sale Djenic 2024-10-04 16:28:44 +02:00 committed by Anthony Laibe
parent a08319f615
commit 55bad8fd7b
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ func (h *HopBridgeProcessor) packL1BridgeTx(abi abi.ABI, toChainID uint64, to co
bonderFee.AmountOutMin.Int, bonderFee.AmountOutMin.Int,
big.NewInt(bonderFee.Deadline), big.NewInt(bonderFee.Deadline),
common.Address{}, common.Address{},
walletCommon.ZeroBigIntValue) walletCommon.ZeroBigIntValue())
} }
func (h *HopBridgeProcessor) sendL1BridgeTx(contractAddress common.Address, ethClient chain.ClientInterface, toChainID uint64, func (h *HopBridgeProcessor) sendL1BridgeTx(contractAddress common.Address, ethClient chain.ClientInterface, toChainID uint64,