fix_: zero value update to be a value, not a function pointer
This commit is contained in:
parent
a08319f615
commit
55bad8fd7b
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue