Browse Source

Merge pull request #1732 from maxim-levy/patch-2

typo fix
pull/1759/head
Ethan Buchman 6 years ago
committed by GitHub
parent
commit
917bf4d428
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/specification/block-structure.rst

+ 1
- 1
docs/specification/block-structure.rst View File

@ -62,7 +62,7 @@ that come from the `ABCI
application <https://github.com/tendermint/abci>`__. It represents the
state of the actual application, rather that the state of the blockchain
itself. This means it's necessary in order to perform any business
logic, such as verifying and account balance.
logic, such as verifying an account balance.
**Note** After the transactions are committed to a block, they still
need to be processed in a separate step, which happens between the


Loading…
Cancel
Save