Revert "View seed option if available (#1518)" (#1521)

This reverts commit e75b4ec6bf.
This commit is contained in:
Nicolas Dorier
2020-04-29 00:57:41 +09:00
committed by GitHub
parent e75b4ec6bf
commit 47408498b9
3 changed files with 73 additions and 138 deletions

View File

@@ -24,7 +24,7 @@ namespace BTCPayServer.Models.StoreViewModels
{
get; set;
} = new List<(string KeyPath, string Address, RootedKeyPath RootedKeyPath)>();
public bool NBXSeedAvailable { get; set; }
public string CryptoCode { get; set; }
public string KeyPath { get; set; }
public string RootFingerprint { get; set; }