Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update input.go
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Aug 7, 2023
1 parent 40cd6a3 commit 51b7576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ var (
Name: "beneficiary",
Type: "address",
},
{
Name: "gasLimit",
Type: "uint32",
},
{
Name: "txListByteStart",
Type: "uint24",
Expand Down Expand Up @@ -75,6 +71,10 @@ var (
Name: "txListByteEnd",
Type: "uint24",
},
{
Name: "gasLimit",
Type: "uint32",
},
{
Name: "beneficiary",
Type: "address",
Expand Down

0 comments on commit 51b7576

Please sign in to comment.