mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
mixing utxos should reflect in send selected total on utxos tab
This commit is contained in:
@@ -245,7 +245,7 @@ public class UtxosController extends WalletFormController implements Initializab
|
||||
return utxosTable.getSelectionModel().getSelectedCells().stream()
|
||||
.filter(tp -> tp.getTreeItem() != null)
|
||||
.map(tp -> (UtxoEntry)tp.getTreeItem().getValue())
|
||||
.filter(utxoEntry -> utxoEntry.isSpendable() && !utxoEntry.isMixing())
|
||||
.filter(HashIndexEntry::isSpendable)
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user