aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/p2p_networks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/p2p/p2p_networks.h')
-rw-r--r--src/p2p/p2p_networks.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/p2p/p2p_networks.h b/src/p2p/p2p_networks.h
new file mode 100644
index 000000000..3fa409006
--- /dev/null
+++ b/src/p2p/p2p_networks.h
@@ -0,0 +1,10 @@
+// Copyright (c) 2012-2013 The Cryptonote developers
+// Distributed under the MIT/X11 software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#pragma once
+
+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
+}