Skip to content

Commit

Permalink
refactor(core): rm server.TxResult.Code
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Sep 24, 2024
1 parent bc3ddfa commit ab344a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/server/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ type TxResult struct {
Resp []transaction.Msg
// Error produced by the transaction.
Error error
// Code produced by the transaction.
// A non-zero code is an error that is either define by the module via the cosmossdk.io/errors/v2 package
// or injected through the antehandler along the execution of the transaction.
Code uint32
// GasWanted is the maximum units of work we allow this tx to perform.
GasWanted uint64
// GasUsed is the amount of gas actually consumed.
Expand Down

0 comments on commit ab344a3

Please sign in to comment.