Support wasabi file format input (#1671)

* Support wasabi file format input

This adds support to importing the wasabi file format which seems to be used more for imports by Wasabi,ColdCard,BlueWallet & Cobo Vault (and way better than electrum anyway)

* fixes

* add test
This commit is contained in:
Andrew Camilleri
2020-06-22 08:39:29 +02:00
committed by GitHub
parent e751be21ea
commit 0dd1b668cd
6 changed files with 149 additions and 53 deletions

View File

@@ -35,8 +35,8 @@ namespace BTCPayServer.Models.StoreViewModels
public KeyPath RootKeyPath { get; set; }
[Display(Name = "Electrum Wallet File")]
public IFormFile ElectrumWalletFile{ get; set; }
[Display(Name = "Electrum/Hardware Wallet File")]
public IFormFile WalletFile{ get; set; }
public string Config { get; set; }
public string Source { get; set; }
public string DerivationSchemeFormat { get; set; }