mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-03 06:04:24 +01:00
Fix typo in PayJoinEndpointController.cs (#4918)
This commit is contained in:
committed by
GitHub
parent
47f5d97eaf
commit
56855bc54d
@@ -383,7 +383,7 @@ namespace BTCPayServer.Payments.PayJoin
|
||||
WellknownMetadataKeys.AccountHDKey);
|
||||
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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user