mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-24 12:29:37 +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;
|
||||
|
||||
case Coin.particl:
|
||||
return namecoin;
|
||||
return particl;
|
||||
|
||||
case Coin.bitcoinTestNet:
|
||||
return bitcoinTestnet;
|
||||
|
|
Loading…
Reference in a new issue