From 69e532848e45f9910c3fa5fae25456e20d5c28ad Mon Sep 17 00:00:00 2001 From: hooftly Date: Thu, 30 May 2019 21:03:47 -0600 Subject: [PATCH] Placeholder until Network is ready --- src/cryptonote_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 0f29141b..89252eba 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -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 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[] = {