Skip to content

Commit

Permalink
Placeholder until Network is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
hooftly committed May 31, 2019
1 parent 90825d6 commit 69e5328
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cryptonote_config.h
Expand Up @@ -154,11 +154,11 @@ namespace config
uint32_t const GENESIS_NONCE = 10000;

std::string const HF_MIN_VERSION = "0.0.0.1";
std::string const MIN_VERSION = "0..0.0.1";
std::string const MIN_VERSION = "0.0.0.1";

std::set<std::string> const seed_nodes = {
"3.17.175.98:41018",
"18.191.186.200:41018"
"0.0.0.0:41018",
"0.0.0.0:41018"
};

static const hard_fork hard_forks[] = {
Expand Down

0 comments on commit 69e5328

Please sign in to comment.