PPCoin: Fix premature mint thread exit since 06281cf
[novacoin.git] / src / wallet.h
index d3c25f9..9229d30 100644 (file)
@@ -11,7 +11,7 @@
 #include "keystore.h"
 #include "script.h"
 
-extern bool fWalletUnlockStakeOnly;
+extern bool fWalletUnlockMintOnly;
 
 class CWalletTx;
 class CReserveKey;