Skip to content

Commit

Permalink
Update storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crosschainer authored Apr 25, 2024
1 parent 9d6605c commit d1c8229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Driver is pulled from the Runtime (`rt`) module when the contract is being execu

some_contract.py (Smart Contract)
```python
owner = Variable()
owner.set('stu')
owner = Variable()
owner.set('stu')
```

Executes on contract runtime and sets the value for this variable. The above code causes the following key/value pair to be written into the state.
Expand Down

0 comments on commit d1c8229

Please sign in to comment.