Fix typo in functions_writing.py

pull/2/merge
Josselin 6 years ago
parent 6860c0f1a1
commit 95d99884c2
  1. 2
      examples/scripts/functions_writing.py

@ -1,7 +1,7 @@
from slither.slither import Slither from slither.slither import Slither
# Init slither # Init slither
slither = Slither('function_writing.sol') slither = Slither('functions_writing.sol')
# Get the contract # Get the contract
contract = slither.get_contract_from_name('Contract') contract = slither.get_contract_from_name('Contract')

Loading…
Cancel
Save