mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
Update types/tx.go
This commit is contained in:
parent
b50aa9a9ca
commit
cc628c358e
@ -84,7 +84,7 @@ func (txs Txs) Proof(i int) TxProof {
|
||||
// TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.
|
||||
type TxProof struct {
|
||||
RootHash cmn.HexBytes `json:"root_hash"`
|
||||
Data Tx `json:"Data"`
|
||||
Data Tx `json:"data"`
|
||||
Proof merkle.SimpleProof `json:"proof"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user