diff --git a/src/amount.cpp b/src/amount.cpp index 338a06dc5..01a751b79 100644 --- a/src/amount.cpp +++ b/src/amount.cpp @@ -1,8 +1,8 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2020 The Hush developers // Distributed under the GPLv3 software license, see the accompanying // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html - /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -17,12 +17,10 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - #include "amount.h" - #include "tinyformat.h" -const std::string CURRENCY_UNIT = "KMD"; +const std::string CURRENCY_UNIT = "HUSH"; CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nSize) {