diff --git a/Plugins/BTCPayServer.Plugins.Wabisabi/Smartifier.cs b/Plugins/BTCPayServer.Plugins.Wabisabi/Smartifier.cs index ed154de..e4ba195 100644 --- a/Plugins/BTCPayServer.Plugins.Wabisabi/Smartifier.cs +++ b/Plugins/BTCPayServer.Plugins.Wabisabi/Smartifier.cs @@ -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; });