diff --git a/rpc/core/types/responses.go b/rpc/core/types/responses.go index 9ed2383b2..50b36099d 100644 --- a/rpc/core/types/responses.go +++ b/rpc/core/types/responses.go @@ -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"`