Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Change local message port. Fixes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
langerhans committed Feb 9, 2014
1 parent 133ffee commit 2e9093d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/multibit/ApplicationInstanceManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ public final class ApplicationInstanceManager {
private static ApplicationInstanceListener subListener;

/**
* MultiBit port number, as specified in
* MultiDoge port number. Must be different to Multibit as specified in
* http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
*/
public static final int MULTIBIT_NETWORK_SOCKET = 8331;
public static final int MULTIBIT_NETWORK_SOCKET = 22554;

/**
* Multibit message start - must end with newline
*/
public static final String MESSAGE_START = "$$MultiBitMessageStart$$\n";
public static final String MESSAGE_START = "$$MultiDogeMessageStart$$\n";

/**
* Multibit message end - must end with newline (nonsense text to make it
Expand Down

0 comments on commit 2e9093d

Please # to comment.