mirror of
https://github.com/tendermint/tendermint.git
synced 2026-05-21 22:51:30 +00:00
fix modified tx name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user