Fix typo in PayJoinEndpointController.cs (#4918)

This commit is contained in:
Ikko Eltociear Ashimine 2023-04-26 05:29:06 +09:00 committed by GitHub
parent 47f5d97eaf
commit 56855bc54d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");
}