aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/p2p_networks.h
blob: cd72705d70cc9c634014c54390cda4e3720478ee (plain) (blame)
1
2
3
4
5
6
7
8
9
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 = { { 0x12 ,0x30, 0xF1, 0x71 , 0x61, 0x04 , 0x41, 0x61, 0x17, 0x31, 0x00, 0x82, 0x16, 0xA1, 0xA1, 0x10} }; //Bender's nightmare
}