Skip to content

Commit

Permalink
Version 2.0.8 build 7
Browse files Browse the repository at this point in the history
* Update to latest daemon sources.
* Add letshash.it to pool list
  • Loading branch information
mtl1979 committed Mar 13, 2021
1 parent 60e0f4f commit 2ad1b10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CryptoNoteWallet.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
3 changes: 2 additions & 1 deletion src/Settings/Settings.cpp
Original file line number Diff line number Diff line change
@@ -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.
//
Expand Down Expand Up @@ -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();
Expand Down

0 comments on commit 2ad1b10

Please sign in to comment.