Skip to content

Commit

Permalink
fix packing test
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Nov 22, 2023
1 parent 32af829 commit a79ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abi-bindings/go/Teleporter/TeleporterMessenger/packing.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func init() {
teleporterMessageType, err = abi.NewType("tuple", "struct Overloader.F", []abi.ArgumentMarshaling{
{Name: "messageID", Type: "uint256"},
{Name: "senderAddress", Type: "address"},
{Name: "destinationChainID", Type: "bytes32"},
{Name: "destinationBlockchainID", Type: "bytes32"},
{Name: "destinationAddress", Type: "address"},
{Name: "requiredGasLimit", Type: "uint256"},
{Name: "allowedRelayerAddresses", Type: "address[]"},
Expand Down

0 comments on commit a79ec4d

Please sign in to comment.