mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Fix typo in PayJoinEndpointController.cs (#4918)
This commit is contained in:
parent
47f5d97eaf
commit
56855bc54d
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace BTCPayServer.Payments.PayJoin
|
||||||
WellknownMetadataKeys.AccountHDKey);
|
WellknownMetadataKeys.AccountHDKey);
|
||||||
if (extKeyStr == null)
|
if (extKeyStr == null)
|
||||||
{
|
{
|
||||||
// This should not happen, as we check the existance of private key before creating invoice with payjoin
|
// This should not happen, as we check the existence of private key before creating invoice with payjoin
|
||||||
return CreatePayjoinErrorAndLog(503, PayjoinReceiverWellknownErrors.Unavailable, "The HD Key of the store changed");
|
return CreatePayjoinErrorAndLog(503, PayjoinReceiverWellknownErrors.Unavailable, "The HD Key of the store changed");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue