Skip to content

Commit 4b77bd6

Browse files
author
pacrob
committed
explicitly add output_values to compile_source example
1 parent 8b1b852 commit 4b77bd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)