Change payjoin endpoint key to pj

This commit is contained in:
Kukks 2020-04-13 11:52:22 +02:00
parent bd21bf9c0f
commit 03458efea4

View File

@ -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;