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;