X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fqt%2Fwalletmodel.cpp;h=3e7152da149d0b2d6f2b2a7147b357e97f74e081;hb=df5ccbd2b2c72039f1e0e69fc51957f7c2d6068d;hp=052bf37e39fa4b7123172baa0a70d3c9d3bb5ba7;hpb=eee0d2391cb9d2c72d75c9912363392f87c7b976;p=novacoin.git diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 052bf37..3e7152d 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -28,6 +28,11 @@ qint64 WalletModel::getBalance() const return wallet->GetBalance(); } +qint64 WalletModel::getUnconfirmedBalance() const +{ + return wallet->GetUnconfirmedBalance(); +} + int WalletModel::getNumTransactions() const { int numTransactions = 0;