Skip to content

Instantly share code, notes, and snippets.

@tinybike
Created April 20, 2015 22:08
Show Gist options
  • Save tinybike/8ed6d102b5a0789a08ad to your computer and use it in GitHub Desktop.
Save tinybike/8ed6d102b5a0789a08ad to your computer and use it in GitHub Desktop.
lol @ stack depth
#!/usr/bin/env python
from pyethereum import tester as t
s = t.state()
t.gas_limit = 100000000
s = t.state()
c = s.abi_contract("contract1.se", gas=70000000)
c.f1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment