mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Change payjoin endpoint key to pj
This commit is contained in:
parent
bd21bf9c0f
commit
03458efea4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user