skycoin / teller

Skycoin exchange service
15 stars 30 forks source link

Allow loading addresses as a newline separate list #247

Closed gz-c closed 6 years ago

gz-c commented 6 years ago

Address loading requires a json file in the format {"btc_address": [...]}

The loader should support loading as a newline separated list of address, no json

This should be dependent upon the filename extension. If the file extension is json, load as JSON, otherwise load as a newline separated list.

This must be done for the btc, eth and sky address loaders.

gz-c commented 6 years ago

251