fix modified tx name

This commit is contained in:
William Banfield
2022-03-18 16:41:07 -04:00
parent b70e8c65f5
commit 653b002f1b

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;