mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user