mirror of
https://github.com/tendermint/tendermint.git
synced 2026-07-29 11:32:56 +00:00
rpc/core/types: uintX -> int
This commit is contained in:
@@ -79,8 +79,8 @@ type ResultBroadcastTxCommit struct {
|
||||
}
|
||||
|
||||
type ResultTx struct {
|
||||
Height uint64 `json:"height"`
|
||||
Index uint32 `json:"index"`
|
||||
Height int `json:"height"`
|
||||
Index int `json:"index"`
|
||||
DeliverTx abci.ResponseDeliverTx `json:"deliver_tx"`
|
||||
Tx types.Tx `json:"tx"`
|
||||
Proof types.TxProof `json:"proof,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user