mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-22 08:24:22 +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:
@@ -27,9 +27,11 @@ public class SpecterWalletFileParser : IWalletFileParser
|
||||
return false;
|
||||
if (!_outputDescriptorOnChainWalletParser.TryParse(network, jobj.descriptor, out derivationSchemeSettings))
|
||||
return false;
|
||||
|
||||
derivationSchemeSettings.Source = "Specter";
|
||||
if (jobj.label is not null)
|
||||
derivationSchemeSettings.Label = jobj.label;
|
||||
derivationSchemeSettings.Label = jobj.label;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user