diff --git a/bindings/encoding/input.go b/bindings/encoding/input.go index 11e8d71c8..1df1894f0 100644 --- a/bindings/encoding/input.go +++ b/bindings/encoding/input.go @@ -25,10 +25,6 @@ var ( Name: "beneficiary", Type: "address", }, - { - Name: "gasLimit", - Type: "uint32", - }, { Name: "txListByteStart", Type: "uint24", @@ -75,6 +71,10 @@ var ( Name: "txListByteEnd", Type: "uint24", }, + { + Name: "gasLimit", + Type: "uint32", + }, { Name: "beneficiary", Type: "address",