mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 06:35:13 +01:00
Revert "Fix Payjoin test randomly crashing"
This reverts commit 485faf0141
.
This commit is contained in:
parent
485faf0141
commit
749d26fafa
1 changed files with 0 additions and 1 deletions
|
@ -285,7 +285,6 @@ namespace BTCPayServer.Payments.PayJoin
|
||||||
|
|
||||||
if (!await _payJoinRepository.TryLockInputs(ctx.OriginalTransaction.Inputs.Select(i => i.PrevOut).ToArray()))
|
if (!await _payJoinRepository.TryLockInputs(ctx.OriginalTransaction.Inputs.Select(i => i.PrevOut).ToArray()))
|
||||||
{
|
{
|
||||||
ctx.DoNotBroadcast();
|
|
||||||
return CreatePayjoinErrorAndLog(503, PayjoinReceiverWellknownErrors.Unavailable, "Some of those inputs have already been used to make another payjoin transaction");
|
return CreatePayjoinErrorAndLog(503, PayjoinReceiverWellknownErrors.Unavailable, "Some of those inputs have already been used to make another payjoin transaction");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue