File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,9 @@ network. This transaction is then verified by the Aleo network's validator nodes
205
205
4 . ** Optional Execution of On-Chain Logic:** Any Aleo function can optionally contain on-chain logic to be executed by
206
206
the Aleo Network's validator nodes. This logic can be used to do further computations and update on-chain key-value
207
207
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
+
209
211
210
212
#### Program Execution with the Aleo SDK
211
213
You can’t perform that action at this time.
0 commit comments