Browse Source

network: testnet should use testnet

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
77b68a52a6
  1. 2
      src/networks.js

2
src/networks.js

@ -54,7 +54,7 @@ var networks = {
wif: 0xef,
dustThreshold: 546,
feePerKb: 10000,
estimateFee: estimateFee('bitcoin')
estimateFee: estimateFee('testnet')
}
}

Loading…
Cancel
Save