Skip to content

Commit

Permalink
fix_: zero value update to be a value, not a function pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
saledjenic authored and alaibe committed Oct 7, 2024
1 parent a08319f commit 55bad8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 55bad8f

Please sign in to comment.