vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.3k stars 861 forks source link

Change testnet network flag from bool to string. #29

Closed coder5876 closed 10 years ago

coder5876 commented 10 years ago

In order to better support the command line interface we're changing the use_testnet boolean flag into a network string flag which can be either 'btc' or 'testnet'. This also makes it easier to extend the interface for eventual altcoins in the future.