Skip to content

Commit

Permalink
Update rpc/core/types/responses.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
ninabarbakadze and rootulp authored Mar 28, 2024
1 parent 7658b7c commit 597c778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpc/core/types/responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ type ResultCommit struct {
CanonicalCommit bool `json:"canonical"`
}

// ResultTxStatus contains info to locate a tx in a committed block.
type ResultTxStatus struct {
Height int64 `json:"height"`
Index int64 `json:"index"`
Expand Down

0 comments on commit 597c778

Please sign in to comment.