mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Fix wallet import (#5695)
* Fix wallet import * Improve error message for import of wallet file
This commit is contained in:
@@ -919,7 +919,7 @@ namespace BTCPayServer.Controllers
|
||||
return derivationSchemeSettings;
|
||||
}
|
||||
|
||||
var strategy = parser.Parse(derivationScheme, false, true);
|
||||
var strategy = parser.Parse(derivationScheme);
|
||||
return new DerivationSchemeSettings(strategy, network);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user