mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Use NBitcoin's Network.UriScheme rather than our own (#3005)
This commit is contained in:
@@ -685,7 +685,7 @@ namespace BTCPayServer.Controllers
|
||||
}
|
||||
|
||||
readonly ArraySegment<Byte> DummyBuffer = new ArraySegment<Byte>(new Byte[1]);
|
||||
public string CreatedInvoiceId;
|
||||
public string? CreatedInvoiceId;
|
||||
|
||||
private async Task NotifySocket(WebSocket webSocket, string invoiceId, string expectedId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user