Use NBitcoin's Network.UriScheme rather than our own (#3005)

This commit is contained in:
Nicolas Dorier
2021-10-23 14:47:15 +09:00
committed by GitHub
parent c46a69e1bd
commit 86e528e5df
28 changed files with 16 additions and 39 deletions

View File

@@ -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)
{