mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2026-01-31 13:34:52 +01:00
Make use of IsSufficientlyDistancedFromExternalKeys
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user