wallet: AvailableCoins, add arg to include/skip locked coins

This commit is contained in:
furszy
2022-07-28 16:57:58 -03:00
parent f0c646f026
commit 212ccdf2c2
2 changed files with 3 additions and 1 deletions

View File

@@ -68,6 +68,8 @@ struct CoinFilterParams {
bool only_spendable{true};
// By default, do not include immature coinbase outputs
bool include_immature_coinbase{false};
// By default, skip locked UTXOs
bool skip_locked{true};
};
/**