blocktrail-sdk-nodejs
blocktrail-sdk-nodejs copied to clipboard
Allow regtest network
WIP
Breaks Wallet constructor signature, passes network object instead of testnet boolean. Could be avoided, but doesn't seem worth it.
Extracted initNetwork function to set up testnet/network (jslint complains about complexity/expression count without this)
Had to copy/paste the regtest network from bitcoinjs, marked some time for upgrading to a recent version some time soon..