From 55807a668aa5d30a6e431431d53bd7dddee3642d Mon Sep 17 00:00:00 2001 From: Simon Sorgenfrei Date: Thu, 7 Feb 2019 17:16:06 +0100 Subject: [PATCH] =?UTF-8?q?Added=20missing=20(=C2=B5)=20#124=20=20(#126)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Development new (#113) * Updated segwit deployment time for testnet * Updated genesis for testnet, changed segwit deployment time * Uptdating segwit starttime for TestNet * Need more time on segwit starttime for TestNet * Final test segwit starttime for TestNet * Added -clearmncache as allowed arg (#95) * Fixed rescaning of wallet when refreshing tposcontract (#97) * Fixed compilation issue on CentOS 7 (#98) * Added slot for handling click on "toogle locked state" button in coincontrolldialog (#99) * Fixed RPC call for getblock to show tposcontract * Prepared for 1.0.14 release Updated version to 1.0.14, updated build type to "release" * Changed IS_RELEASE to false * Bugfix/103 (#105) * Fixed tposcontract cleanup issue, fixed typo mistakes in UI * Fixed issue with filtering MintedTPoS, fixed issue with sendtoadress with amount of splits * bugfix/101 (#102) * Added setstakesplitthreshold into vRPCConvertParams * Update sync.h * Updated staking settings startup param * Updated version to 1.0.15 * Added tpos commission as filter option * Fix crash bug with duplicate inputs within a transaction * Increased version to 16 * Adding #include (#116) Adding #include * Development new (#117) * Updated testnet with new genesis * Fixed spelling. Added rpc call converter * Fixed intro message * Removed dumpwallet from RPC calls * Changed links for license text * Updated README links * Changed version to 1.0.17 * Added authhelper for dumpprivkey * add docker image * fixed entrypoint in Dockerfile, added instructions to README.md * aligned README.md format * changed user name and image name * Update README.md * Added encrypt wallet and staking only feature * Tpos will now also be asked if staking only is enabled * del unnecessary import in .cpp make comment doxygen conform in .h * added missing unit in sendcoinsdialog --- src/qt/bitcoinunits.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/bitcoinunits.cpp b/src/qt/bitcoinunits.cpp index 460c07ccd..59b492940 100644 --- a/src/qt/bitcoinunits.cpp +++ b/src/qt/bitcoinunits.cpp @@ -55,7 +55,7 @@ QString BitcoinUnits::shortName(int unit) { switch(unit) { - case uXSN: return QString::fromUtf8("XSN"); + case uXSN: return QString::fromUtf8("µXSN"); case duffs: return QString("duffs"); default: return longName(unit); }