устранил предупреждения компилятора
[novacoin.git] / src / wallet.h
index c1a987e..9dfc56e 100644 (file)
@@ -328,7 +328,7 @@ public:
 
     unsigned int GetKeyPoolSize()
     {
-        return setKeyPool.size();
+        return (unsigned int)(setKeyPool.size());
     }
 
     bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx);