]> Git Repo - VerusCoin.git/blobdiff - src/amount.cpp
Testnet fixes
[VerusCoin.git] / src / amount.cpp
index f658c4a281d1ed9e51e5ff54ef0b8e70664b6ef2..81f9e947c86cb3e2e68ae392fb81e41c9af7245b 100644 (file)
@@ -1,13 +1,13 @@
 // 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)
 {
This page took 0.02077 seconds and 4 git commands to generate.