Browse Source
Fix testnet network name used in account sync
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
src/helpers/btc.js
|
|
@ -17,7 +17,7 @@ export const networks = { |
|
|
|
...bitcoin.networks.bitcoin, |
|
|
|
family: 1, |
|
|
|
}, |
|
|
|
testnet: { |
|
|
|
bitcoin_testnet: { |
|
|
|
...bitcoin.networks.testnet, |
|
|
|
family: 1, |
|
|
|
}, |
|
|
|