mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Do not crash if derivation strategy is empty
This commit is contained in:
@@ -163,6 +163,7 @@ namespace BTCPayServer.Controllers
|
|||||||
// - The user is clicking on continue without changing anything
|
// - The user is clicking on continue without changing anything
|
||||||
(!vm.Confirmation && willBeExcluded == wasExcluded);
|
(!vm.Confirmation && willBeExcluded == wasExcluded);
|
||||||
|
|
||||||
|
showAddress = showAddress && strategy != null;
|
||||||
if (!showAddress)
|
if (!showAddress)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user