From 89e425e54fdd6e5000328c604d775ea763c7aace Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 4 Mar 2022 16:30:18 -0500 Subject: [PATCH] catch final 'tx_events' --- spec/abci++/abci++_basic_concepts_002_draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci++/abci++_basic_concepts_002_draft.md b/spec/abci++/abci++_basic_concepts_002_draft.md index 1d5171baa..d2426f31c 100644 --- a/spec/abci++/abci++_basic_concepts_002_draft.md +++ b/spec/abci++/abci++_basic_concepts_002_draft.md @@ -99,7 +99,7 @@ returned directly to the client that initiated the query. Method `CheckTx` includes an `Events` field in its `Response*`. Method `FinalizeBlock` includes an `Events` field at the top level in its -`Response*`, and one `tx_events` field per transaction included in the block. +`Response*`, and one `events` field per transaction included in the block. Applications may respond to these ABCI++ methods with a set of events. Events allow applications to associate metadata about ABCI++ method execution with the transactions and blocks this metadata relates to.