tokenika / eosfactory

Python-based EOS smart-contract development & testing framework

Home Page:http://eosfactory.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contract is_deployed() error

han-so1omon opened this issue · comments

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'

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