diff --git a/CryptoNoteWallet.cmake b/CryptoNoteWallet.cmake index 61e08dd..fa215c9 100644 --- a/CryptoNoteWallet.cmake +++ b/CryptoNoteWallet.cmake @@ -5,5 +5,5 @@ set(CN_URI_SCHEME_NAME "talleo") set(CN_VERSION_MAJOR "2") set(CN_VERSION_MINOR "0") set(CN_VERSION_REVISION "8") -set(CN_VERSION_BUILD "6") +set(CN_VERSION_BUILD "7") set(CN_VERSION "${CN_VERSION_MAJOR}.${CN_VERSION_MINOR}.${CN_VERSION_REVISION}") diff --git a/cryptonote b/cryptonote index 90da647..ad300bd 160000 --- a/cryptonote +++ b/cryptonote @@ -1 +1 @@ -Subproject commit 90da6475e32775d69b9d636d911391fb72eb7923 +Subproject commit ad300bd23aea625b39f0eb3e1bb81aa090e55f22 diff --git a/src/Settings/Settings.cpp b/src/Settings/Settings.cpp index 1d886b3..9a992ab 100644 --- a/src/Settings/Settings.cpp +++ b/src/Settings/Settings.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2015-2018, The Bytecoin developers // Copyright (c) 2018, The PinkstarcoinV2 developers // Copyright (c) 2018, The Bittorium developers -// Copyright (c) 2019-2020, The Talleo developers +// Copyright (c) 2019-2021, The Talleo developers // // This file is part of Bytecoin. // @@ -85,6 +85,7 @@ Settings::Settings() : m_p2pBindPort(0), m_cmdLineParser(nullptr) { m_defaultPoolList << "pool.talleo.org:3333"; m_defaultPoolList << "pool.raasu.org:3333"; m_defaultPoolList << "tlo.cryptonote.club:3333"; + m_defaultPoolList << "pool.letshash.it:1776"; Style* lightStyle = new LightStyle(); Style* darkStyle = new DarkStyle();