Browse Source

correct SAM session name

pull/5/head
orignal 7 years ago
parent
commit
930bc61757
  1. 2
      i2pd
  2. 2
      src/i2p.h

2
i2pd

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 8e558f082666dc540475c849b495a9a6ce2f23c8
Subproject commit 8c37c491a92dd98bf007c01bd36ae6915982ce42

2
src/i2p.h

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
#define I2P_NET_NAME_PARAM "-i2p"
#define I2P_SESSION_NAME_PARAM "-i2psessionname"
#define I2P_SESSION_NAME_DEFAULT "Anoncoin-client"
#define I2P_SESSION_NAME_DEFAULT "GOSTcoin-client"
#define I2P_SAM_HOST_PARAM "-samhost"
#define I2P_SAM_HOST_DEFAULT SAM_DEFAULT_ADDRESS

Loading…
Cancel
Save