X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fqt%2Fwalletmodel.h;h=99648d1f62277b7a182c35a9fe0aacf3305d86d3;hp=3c1bcbc53999bb3d50301cdd880bb7cc8ac0d233;hb=77a43545b4491b9703d803765da9059d2bdd5aaa;hpb=f138f8e25f7282834f368b46ebb4072615441c2c diff --git a/src/qt/walletmodel.h b/src/qt/walletmodel.h index 3c1bcbc..99648d1 100644 --- a/src/qt/walletmodel.h +++ b/src/qt/walletmodel.h @@ -103,7 +103,7 @@ public: bool importWallet(const QString &filename); void getStakeStats(float &nKernelsRate, float &nCoinDaysRate); - void getStakeWeightFromValue(const qint64& nTime, const qint64& nValue, quint64& nWeight); + void getStakeWeightFromValue(const int64_t& nTime, const int64_t& nValue, uint64_t& nWeight); // RAI object for unlocking wallet, returned by requestUnlock() class UnlockContext