mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Fix: Recreating an aborted TX in MultiSig on Server setup crashes (#6682)
This commit is contained in:
@@ -558,8 +558,7 @@ namespace BTCPayServer.Controllers
|
||||
|
||||
if (vm.SigningContext.PendingTransactionId is not null)
|
||||
{
|
||||
await _pendingTransactionService.Broadcasted(walletId.CryptoCode, walletId.StoreId,
|
||||
vm.SigningContext.PendingTransactionId);
|
||||
await _pendingTransactionService.Broadcasted(GetPendingTxId(walletId, vm.SigningContext.PendingTransactionId));
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(vm.ReturnUrl))
|
||||
|
||||
Reference in New Issue
Block a user