Skip to content

Commit a94a092

Browse files
Add the final step in the lifecycle of a transaction
1 parent 40a8325 commit a94a092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ network. This transaction is then verified by the Aleo network's validator nodes
205205
4. **Optional Execution of On-Chain Logic:** Any Aleo function can optionally contain on-chain logic to be executed by
206206
the Aleo Network's validator nodes. This logic can be used to do further computations and update on-chain key-value
207207
stores called `mappings` which store a program's public on-chain state.
208-
5. **Addition
208+
5. **Addition to the Ledger**: If the proof is valid, the transaction is added to the Aleo ledger within a
209+
specific block and all changes the execution made to the program's state are recorded within the Aleo blockchain.
210+
209211

210212
#### Program Execution with the Aleo SDK
211213

0 commit comments

Comments
 (0)