steemit / steem-python

The official Python (3) library for the Steem Blockchain.
https://steem.io
MIT License
153 stars 99 forks source link

ignore verify_authority failure for specific steem bug #213

Closed roadscape closed 6 years ago

roadscape commented 6 years ago

close #212

Ref: https://github.com/steemit/steem/issues/2284

goldibex commented 6 years ago

why are we doing the verify_authority call at all?

roadscape commented 6 years ago

@goldibex it's unclear why the call is there. IMO it makes sense for dry run but that's the exact opposite of current logic. I suggest we change this behavior in the next version.