Browse Source

fix modified tx name

pull/8158/head
William Banfield 2 years ago
parent
commit
653b002f1b
No known key found for this signature in database GPG Key ID: EFAD3442BF29E3AC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proto/tendermint/abci/types.proto

+ 1
- 1
proto/tendermint/abci/types.proto View File

@ -316,7 +316,7 @@ message ResponseApplySnapshotChunk {
}
message ResponsePrepareProposal {
TxModifiedStatus modified_tx_status = 1;
ModifiedTxStatus modified_tx_status = 1;
repeated TxRecord tx_records = 2;
bytes app_hash = 3;
repeated ExecTxResult tx_results = 4;


Loading…
Cancel
Save