Skip to content

Commit 2e6bcb0

Browse files
pacrobpacrob
authored andcommitted
explicitly add output_values to compile_source example
1 parent 8b1b852 commit 2e6bcb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/contracts.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ You should now be set up to run the contract deployment example below:
6262
... return greeting;
6363
... }
6464
... }
65-
... '''
65+
... ''',
66+
... output_values=['abi', 'bin']
6667
... )
6768
6869
# retrieve the contract interface

newsfragments/2293.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
explicitly add `output_values` to contracts example

0 commit comments

Comments
 (0)