aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/p2p_networks.h
diff options
context:
space:
mode:
authorthankful_for_today <my email>2014-04-18 01:21:40 +0400
committerthankful_for_today <my email>2014-04-18 01:21:40 +0400
commit1a8f5ce89a990e54ec757affff01f27d449640bc (patch)
treef5e4009bf8745c4455979e6164eba2e6ecb4b12f /src/p2p/p2p_networks.h
parentPort mapping with UPnP (diff)
downloadmonero-1a8f5ce89a990e54ec757affff01f27d449640bc.tar.xz
Bitmonero release
Diffstat (limited to '')
-rw-r--r--src/p2p/p2p_networks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/p2p_networks.h b/src/p2p/p2p_networks.h
index 3fa409006..cd72705d7 100644
--- a/src/p2p/p2p_networks.h
+++ b/src/p2p/p2p_networks.h
@@ -6,5 +6,5 @@
namespace nodetool
{
- const static boost::uuids::uuid BYTECOIN_NETWORK = { { 0x11 ,0x10, 0x01, 0x11 , 0x11, 0x00 , 0x01, 0x01, 0x10, 0x11, 0x00, 0x12, 0x10, 0x11, 0x01, 0x10} }; //Bender's nightmare
+ const static boost::uuids::uuid BYTECOIN_NETWORK = { { 0x12 ,0x30, 0xF1, 0x71 , 0x61, 0x04 , 0x41, 0x61, 0x17, 0x31, 0x00, 0x82, 0x16, 0xA1, 0xA1, 0x10} }; //Bender's nightmare
}