priestc / moneywagon

Universal bitcoin/altcoin blockchain client library for Python and the command line
http://multiexplorer.com
MIT License
149 stars 48 forks source link

can't search 'doge' from HistoricalTransactions() #38

Open HoMengHsuan opened 3 years ago

HoMengHsuan commented 3 years ago

Hi, when I try to use the HistoricalTransactions() function to search 'doge' the result didn't show up, but I try 'btc' it works, wonder if there's any bug or something I miss?

from moneywagon import HistoricalTransactions
x = HistoricalTransactions().action('doge', 'myaddress')
print(x)