Show unconfirmed addresses in the balances table

This commit is contained in:
Aditya Kulkarni
2019-10-26 19:09:16 -07:00
parent a70d2677b6
commit deff437c1d
6 changed files with 59 additions and 44 deletions

View File

@@ -10,6 +10,7 @@ struct UnspentOutput {
QString amount;
int blockCreated;
bool spendable;
bool pending;
};