Make use of IsSufficientlyDistancedFromExternalKeys

This commit is contained in:
Kukks
2023-11-13 13:12:14 +01:00
parent 902d280caa
commit 07ae0a6e52

View File

@@ -199,6 +199,7 @@ public class Smartifier
hdPubKey.SetAnonymitySet(labels.anonset);
var c = new SmartCoin(tx, coin.OutPoint.N, hdPubKey);
c.IsSufficientlyDistancedFromExternalKeys = labels.coinjoinData is not null;
c.PropertyChanged += CoinPropertyChanged;
return c;
});