mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
fix crash
This commit is contained in:
@@ -139,6 +139,9 @@ public class Smartifier
|
||||
|
||||
foreach (var coin in coins)
|
||||
{
|
||||
if(coin.KeyPath is null){
|
||||
continue;
|
||||
}
|
||||
var tx = await SmartTransactions.GetOrAdd(coin.OutPoint.Hash, async uint256 =>
|
||||
{
|
||||
var unsmartTx = await GetTransactionInfo(coin.OutPoint.Hash);
|
||||
|
||||
Reference in New Issue
Block a user