mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 08:04:26 +01:00
fix smartifier again
This commit is contained in:
@@ -144,6 +144,9 @@ public class Smartifier
|
||||
return smartTx;
|
||||
});
|
||||
|
||||
if(tx is null){
|
||||
continue;
|
||||
}
|
||||
var smartCoin = await Coins.GetOrAdd(coin.OutPoint, async point =>
|
||||
{
|
||||
utxoLabels.TryGetValue(coin.OutPoint, out var labels);
|
||||
|
||||
Reference in New Issue
Block a user