We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207f7f8 commit d43a5fcCopy full SHA for d43a5fc
1 file changed
rust/main/chains/hyperlane-ethereum/src/contracts/mailbox.rs
@@ -668,8 +668,8 @@ where
668
WEI_IN_ETHER.mul(100u32),
669
self.contract.address(),
670
U256::zero().into(),
671
- H160::zero().into(),
672
+ H160::zero(),
673
contract_call.calldata().unwrap_or_default(),
674
)
675
.from(sender);
0 commit comments