// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
-// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+// file COPYING or https://www.opensource.org/licenses/mit-license.php .
#include "amount.h"
#include "tinyformat.h"
-const std::string CURRENCY_UNIT = "ZEC";
+const std::string CURRENCY_UNIT = "VRSC";
CFeeRate::CFeeRate(const CAmount& nFeePaid, size_t nSize)
{