Skip to content

Commit

Permalink
feat: explicitly return invalid txs when simulate gasless bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
irrun committed Oct 22, 2024
1 parent c6f24ef commit 86c82e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/types/bundle_gasless.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ type SimulateGaslessBundleArgs struct {
}

type GaslessTxSimResult struct {
Hash common.Hash
GasUsed uint64
ErrorCode int
Hash common.Hash
GasUsed uint64
}

type SimulateGaslessBundleResp struct {
Expand Down

0 comments on commit 86c82e4

Please sign in to comment.