network: testnet should use testnet

This commit is contained in:
Daniel Cousens 2014-06-18 01:39:08 +10:00
parent 9e2e0bd01a
commit 77b68a52a6

View file

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