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

Function().get doesn't work #7

Closed shivaenigma closed 8 years ago

shivaenigma commented 8 years ago

As per README.md HistoricalTransactions().get('ltc', 'Lb78JDGxMcih1gs3AirMeRW6jaG5V9hwFZ') AddressBalance().get('ppc', 'PVoei4A3TozCSK8W9VvS55fABdTZ1BCwfj')

don't work, instead Function().action() works.
Not sure if we want to fix doc or the function name.