fix smartifier again

This commit is contained in:
Kukks
2023-03-30 11:12:32 +02:00
parent 82a1d1a892
commit f2f18c3634
3 changed files with 5 additions and 2 deletions

View File

@@ -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);