From: MASM fan Date: Sun, 9 Feb 2014 17:01:42 +0000 (+0400) Subject: Notifications clean up X-Git-Tag: v0.4.4.6-nvc-update2~8 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=dec9891824ffe6aaeed1f808824f11344310a631;hp=ecf1815faa0e16811c13f01b608336212b0b9070;p=novacoin.git Notifications clean up --- diff --git a/src/miner.cpp b/src/miner.cpp index 92ade15..d478f71 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -15,7 +15,7 @@ using namespace std; // BitcoinMiner // -string strMintMessage = "Info: Mining suspended due to locked wallet."; +string strMintMessage = "Stake miner suspended due to locked wallet."; string strMintWarning; extern unsigned int nMinerSleep;