tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

Contract is_deployed() error #101

Closed han-so1omon closed 5 years ago

han-so1omon commented 5 years ago

Code like below gives an error:

c = eosf.Contract(acct, 'path')
c.build()
c.deploy()
print(c.is_deployed()) # or just print(c)

>>> AttributeError: 'SetContract' object has no attribute 'error'
stefanzarembinski commented 5 years ago

I have fixed the error. The fix will be effective in the next edition.