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
get_current_median_history_price()["base"] produces incorrect value as seen by the abnormally large values in Steemit wallets over Thanksgiving weekend.
Steps to reproduce
from steem import Steem
s = Steem()
s.get_current_median_history_price()
Version of Python you are running
3.5
Version of steem-python you are running
1.1
Expected Behavior
Normal Steem Price
Actual Behavior
get_current_median_history_price()["base"]
produces incorrect value as seen by the abnormally large values in Steemit wallets over Thanksgiving weekend.Steps to reproduce
from steem import Steem
s = Steem()
s.get_current_median_history_price()
result:
{'quote': '285941570.493 STEEM', 'base': '116876226.762 SBD'}
Stack Trace
The text was updated successfully, but these errors were encountered: