mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Wallet file parsing: Add Wasabi test case and re-add Electrum distinction (#5694)
* Extend tests, add Wasabi file * Re-add Electrum distinction * Specter: Fix indentation * Cleanups
This commit is contained in:
@@ -30,7 +30,7 @@ public class WasabiWalletFileParser : IWalletFileParser
|
||||
Network = network
|
||||
};
|
||||
|
||||
if (jobj is null || !derivationSchemeParser.TryParseXpub(jobj.ExtPubKey, ref result, out var error))
|
||||
if (jobj is null || !derivationSchemeParser.TryParseXpub(jobj.ExtPubKey, ref result, out var error, false))
|
||||
return false;
|
||||
|
||||
if (jobj.MasterFingerprint is not null)
|
||||
|
||||
Reference in New Issue
Block a user