From 56855bc54dbc8d174ad019411a68eda7df77d60c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 26 Apr 2023 05:29:06 +0900 Subject: [PATCH] Fix typo in PayJoinEndpointController.cs (#4918) --- BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs b/BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs index 51b45724d..1a668a14c 100644 --- a/BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs +++ b/BTCPayServer/Payments/PayJoin/PayJoinEndpointController.cs @@ -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"); }