Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Disable Dogecoin test network
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Nicoll committed Feb 13, 2016
1 parent c0532a5 commit afb915f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/libdohj/cate/CATE.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ public void start(Stage primaryStage) throws Exception {
this.controller.connectTo(NetworkResolver.getParameter("Bitcoin"), dataDir);
this.controller.connectTo(NetworkResolver.getParameter("Litecoin"), dataDir);
this.controller.connectTo(NetworkResolver.getParameter("Dogecoin"), dataDir);
this.controller.connectTo(NetworkResolver.getParameter("Dogecoin test"), dataDir);

NotificationPane notificationPane = new NotificationPane(root);
this.controller.setNotificationPane(notificationPane);
Expand Down

0 comments on commit afb915f

Please sign in to comment.