Merge pull request #2104 from btcpayserver/fix/qr-fail-import

do not crash when importing a non-json based QR code
This commit is contained in:
Nicolas Dorier
2020-12-06 12:03:57 +09:00
committed by GitHub

View File

@@ -81,6 +81,8 @@ namespace BTCPayServer
settings.Network = network;
return true;
}
return false;
}
//electrum