Make sure fingerprint/hdpath are passed down to AddDerivationScheme.

Close ledger popup on account selection.

Add additional info after pairing
This commit is contained in:
nicolas.dorier
2019-05-25 12:53:03 +09:00
parent 5571413a78
commit 429170520e
5 changed files with 54 additions and 40 deletions

View File

@@ -39,6 +39,7 @@ namespace BTCPayServer.Models.StoreViewModels
public IFormFile ColdcardPublicFile{ get; set; }
public string Config { get; set; }
public string Source { get; set; }
public string DerivationSchemeFormat { get; set; }
public string AccountKey { get; set; }
public BTCPayNetwork Network { get; set; }
}