Browse Source

catch final 'tx_events'

pull/7983/head
William Banfield 3 years ago
parent
commit
89e425e54f
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
      spec/abci++/abci++_basic_concepts_002_draft.md

+ 1
- 1
spec/abci++/abci++_basic_concepts_002_draft.md View File

@ -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.


Loading…
Cancel
Save