mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-04 14:44:30 +01:00
Change payjoin endpoint key to pj
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user