Skip to content

Commit

Permalink
Change network ID
Browse files Browse the repository at this point in the history
  • Loading branch information
hayzamjs committed Aug 1, 2020
1 parent e11b81c commit 64f35d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cryptonote_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ namespace config
uint16_t const RPC_DEFAULT_PORT = 11812;
uint16_t const ZMQ_RPC_DEFAULT_PORT = 11813;
boost::uuids::uuid const NETWORK_ID = { {
0xFB ,0x41, 0x71, 0x16 , 0x16, 0xFB , 0x41, 0x61, 0x17, 0x31, 0x71, 0x82, 0x16, 0x41, 0xFB, 0x82
0xFB ,0x41, 0x71, 0x82 , 0x16, 0xFB , 0x41, 0x61, 0xFB, 0x31, 0x71, 0x82, 0x16, 0x41, 0xFB, 0x82
} }; // Bender's nightmare
std::string const GENESIS_TX =
"01"
Expand Down

0 comments on commit 64f35d8

Please sign in to comment.