Skip to content

Commit 31dca11

Browse files
committed
fix p2p.version of nile testnet
1 parent 8e5a0a3 commit 31dca11

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

conf/main_net_config.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ node {
180180
inactiveThreshold = 600 //seconds
181181

182182
p2p {
183-
version = 11111 # 11111: mainnet; 20180622: testnet
183+
version = 11111 # mainnet:11111; nile testnet:201910292
184184
}
185185

186186
active = [

conf/private_net_config_others.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ node {
9696
isOpenFullTcpDisconnect = true
9797

9898
p2p {
99-
version = 1 # 11111: Mainnet; 20180622: Nile testnet; you can set other number when you deploy one private net, but the node must have the same number in some private net.
99+
version = 1 # mainnet:11111; nile testnet:201910292; other net: customized, should not be equal to 11111 or 201910292.
100100
}
101101

102102
active = [

conf/private_net_config_witness1.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ node {
9696
isOpenFullTcpDisconnect = true
9797

9898
p2p {
99-
version = 1 # 11111: Mainnet; 20180622: Nile testnet; you can set other number when you deploy one private net, but the node must have the same number in some private net.
99+
version = 1 # mainnet:11111; nile testnet:201910292; other net: customized, should not be equal to 11111 or 201910292.
100100
}
101101

102102
active = [

conf/private_net_config_witness2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ node {
9696
isOpenFullTcpDisconnect = true
9797

9898
p2p {
99-
version = 1 # 11111: Mainnet; 20180622: Nile testnet; you can set other number when you deploy one private net, but the node must have the same number in some private net.
99+
version = 1 # mainnet:11111; nile testnet:201910292; other net: customized, should not be equal to 11111 or 201910292.
100100
}
101101

102102
active = [

0 commit comments

Comments
 (0)