X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fwallet.h;h=9dfc56eff52c822e7f149b8cc59197bce53e0226;hb=532b9005ab4fc02db3db424b4631fe395e0b9071;hp=c1a987ea04846b991b52f54dd3f3e4e97e155cac;hpb=056f3b1ef51d160dad763ed43cacc151735999de;p=novacoin.git diff --git a/src/wallet.h b/src/wallet.h index c1a987e..9dfc56e 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -328,7 +328,7 @@ public: unsigned int GetKeyPoolSize() { - return setKeyPool.size(); + return (unsigned int)(setKeyPool.size()); } bool GetTransaction(const uint256 &hashTx, CWalletTx& wtx);