mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
docs: fix typo
Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
This commit is contained in:
parent
6fdda0f15d
commit
81a439a0d6
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Filters use conjunctional logic.
|
||||||
* new in-block transaction is announced after block processing, but before
|
* new in-block transaction is announced after block processing, but before
|
||||||
announcing the block itself
|
announcing the block itself
|
||||||
* transaction notifications are only announced for successful transactions
|
* transaction notifications are only announced for successful transactions
|
||||||
* all announcements are being done in the same order they happen on the chain
|
* all announcements are being done in the same order they happen on the chain.
|
||||||
First, OnPersist script execution is announced followed by notifications generated
|
First, OnPersist script execution is announced followed by notifications generated
|
||||||
during the script execution. After that transaction execution is announced. It is
|
during the script execution. After that transaction execution is announced. It is
|
||||||
then followed by notifications generated during this execution. Next, follows the
|
then followed by notifications generated during this execution. Next, follows the
|
||||||
|
|
Loading…
Reference in a new issue