You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UnboundLocalError: local variable 'error' referenced before assignment
exception with_traceback <built-in method with_traceback of BlockDoesNotExistsException object at 0x110ecc168>
The text was updated successfully, but these errors were encountered:
Version of Python you are running
3.6
Version of steem-python you are running
steem==1.0.2
Expected Behavior
UnboundLocalError: local variable 'error' referenced before assignment
Actual Behavior
no error
Steps to reproduce
blockchain = Blockchain(steem_instance = steemInstance )
Stack Trace
UnboundLocalError: local variable 'error' referenced before assignment
exception with_traceback <built-in method with_traceback of BlockDoesNotExistsException object at 0x110ecc168>
The text was updated successfully, but these errors were encountered: