mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-15 08:23:46 +02:00
wallet: Add separate balance info for non-mempool wallet txs
This commit is contained in:
@@ -389,6 +389,7 @@ public:
|
||||
result.unconfirmed_balance = bal.m_mine_untrusted_pending;
|
||||
result.immature_balance = bal.m_mine_immature;
|
||||
result.used_balance = bal.m_mine_used;
|
||||
result.nonmempool_balance = bal.m_mine_nonmempool;
|
||||
return result;
|
||||
}
|
||||
bool tryGetBalances(WalletBalances& balances, uint256& block_hash) override
|
||||
|
||||
Reference in New Issue
Block a user