Skip to content

Commit

Permalink
add newsfragment
Browse files Browse the repository at this point in the history
  • Loading branch information
wolovim committed Apr 5, 2021
1 parent 46e2325 commit b165e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ instance, you can read data and execute transactions.
# 42
# update state:
tx_hash = contract.functions.updateValue(43).transact()
tx_hash = contract_instance.functions.updateValue(43).transact()
Deploying new contracts
Expand Down
1 change: 1 addition & 0 deletions newsfragments/1933.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add existing contract interaction to docs examples.

0 comments on commit b165e67

Please sign in to comment.