From 653b002f1ba7ebc0ef7144577dac965f929f5cc3 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 18 Mar 2022 16:41:07 -0400 Subject: [PATCH] fix modified tx name --- proto/tendermint/abci/types.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/tendermint/abci/types.proto b/proto/tendermint/abci/types.proto index 5834f08d4..53742c41e 100644 --- a/proto/tendermint/abci/types.proto +++ b/proto/tendermint/abci/types.proto @@ -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;