Skip to content

Commit

Permalink
dsa
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Jul 5, 2020
1 parent 7ade477 commit f0ee588
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ public static NetworkParameters getNetWork(Metadata metadata) {
case ChainType.BITCOIN:
network = metadata.isMainNet() ? MainNetParams.get() : TestNet3Params.get();
break;
case ChainType.USDT:
network = metadata.isMainNet() ? MainNetParams.get() : TestNet3Params.get();
break;
case ChainType.DASH:
network = DashMainNetParams.get();
break;
Expand Down

0 comments on commit f0ee588

Please sign in to comment.