Rename Coldcard to Electrum/Airgapped hardware wallets

Also adds support to read the xpub from the file directly ( Cobo Vault support)
This commit is contained in:
Kukks
2020-05-25 15:32:06 +02:00
parent 32f2acee53
commit c8f182f13f
6 changed files with 48 additions and 40 deletions

View File

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