mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Update NBitcoin, fix warnings on nullable (#2718)
This commit is contained in:
@@ -47,7 +47,7 @@ namespace BTCPayServer
|
||||
if (str == null)
|
||||
throw new ArgumentNullException(nameof(str));
|
||||
str = str.Trim();
|
||||
var outputDescriptor = OutputDescriptor.Parse(str);
|
||||
var outputDescriptor = OutputDescriptor.Parse(str, Network);
|
||||
switch(outputDescriptor)
|
||||
{
|
||||
case OutputDescriptor.PK _:
|
||||
|
||||
Reference in New Issue
Block a user