Skip to content

Commit

Permalink
explicitly add output_values to compile_source example
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob authored and pacrob committed Jan 7, 2022
1 parent 8b1b852 commit 2e6bcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ You should now be set up to run the contract deployment example below:
... return greeting;
... }
... }
... '''
... ''',
... output_values=['abi', 'bin']
... )
# retrieve the contract interface
Expand Down
1 change: 1 addition & 0 deletions newsfragments/2293.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
explicitly add `output_values` to contracts example

0 comments on commit 2e6bcb0

Please sign in to comment.