mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-18 16:14:25 +01:00
fix smartifier bug
This commit is contained in:
@@ -66,7 +66,7 @@ public class Smartifier
|
||||
var tx = await Transactions.GetOrAdd(coin.OutPoint.Hash, async uint256 =>
|
||||
{
|
||||
var unsmartTx = await CachedTransactions[coin.OutPoint.Hash];
|
||||
if (unsmartTx is null)
|
||||
if (unsmartTx?.Transaction is null)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user