From 03458efea4846e458c73041110ae96a94fd8bc15 Mon Sep 17 00:00:00 2001 From: Kukks Date: Mon, 13 Apr 2020 11:52:22 +0200 Subject: [PATCH] Change payjoin endpoint key to pj --- BTCPayServer/Services/PayjoinClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Services/PayjoinClient.cs b/BTCPayServer/Services/PayjoinClient.cs index e69c8a4d7..8915a6d24 100644 --- a/BTCPayServer/Services/PayjoinClient.cs +++ b/BTCPayServer/Services/PayjoinClient.cs @@ -49,7 +49,7 @@ namespace BTCPayServer.Services ScriptPubKeyType.SegwitP2SH }; - public const string BIP21EndpointKey = "bpu"; + public const string BIP21EndpointKey = "pj"; private readonly ExplorerClientProvider _explorerClientProvider; private IHttpClientFactory _httpClientFactory;