mirror of
https://github.com/status-im/status-go.git
synced 2025-01-31 17:08:09 +00:00
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,
|
||||
big.NewInt(bonderFee.Deadline),
|
||||
common.Address{},
|
||||
walletCommon.ZeroBigIntValue)
|
||||
walletCommon.ZeroBigIntValue())
|
||||
}
|
||||
|
||||
func (h *HopBridgeProcessor) sendL1BridgeTx(contractAddress common.Address, ethClient chain.ClientInterface, toChainID uint64,
|
||||
|
Loading…
x
Reference in New Issue
Block a user