mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 20:39:21 +00:00
Fix particl node
This commit is contained in:
parent
7e92be4b67
commit
b60e2783d6
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ abstract class DefaultNodes {
|
||||||
return namecoin;
|
return namecoin;
|
||||||
|
|
||||||
case Coin.particl:
|
case Coin.particl:
|
||||||
return namecoin;
|
return particl;
|
||||||
|
|
||||||
case Coin.bitcoinTestNet:
|
case Coin.bitcoinTestNet:
|
||||||
return bitcoinTestnet;
|
return bitcoinTestnet;
|
||||||
|
|
Loading…
Reference in a new issue