mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
allow external unconfirmed utxos to be spent
This commit is contained in:
parent
85e8b97a8c
commit
a25dfa5c76
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ public class Wallet {
|
|||
filters.add(new OutputGroup.Filter(1, 6));
|
||||
filters.add(new OutputGroup.Filter(1, 1));
|
||||
if(includeMempoolChange) {
|
||||
filters.add(new OutputGroup.Filter(0, 1));
|
||||
filters.add(new OutputGroup.Filter(0, 0));
|
||||
}
|
||||
|
||||
for(OutputGroup.Filter filter : filters) {
|
||||
|
|
Loading…
Reference in a new issue