From ac4b4dc1e913dc7cb17639a4dac38cb4e3613af6 Mon Sep 17 00:00:00 2001 From: Ekaterina Mekhnetsova Date: Thu, 30 Nov 2023 17:57:22 +0300 Subject: [PATCH] Mention rejected transactions Signed-off-by: Ekaterina Mekhnetsova --- src/guide/blockchain/transactions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/guide/blockchain/transactions.md b/src/guide/blockchain/transactions.md index ae5ce766b..d28a643d5 100644 --- a/src/guide/blockchain/transactions.md +++ b/src/guide/blockchain/transactions.md @@ -6,6 +6,8 @@ into a [WASM blob](./wasm.md). All interactions in the blockchain are done via transactions. +All transactions, including rejected transactions, are stored in blocks. + Here is an example of creating a new transaction with the `Grant` instruction. In this transaction, Mouse is granting Alice the specified role (`role_id`). Check