Add generate wallet e2e test

This commit is contained in:
Kukks
2019-12-05 18:56:40 +01:00
parent 80790bd9b0
commit f284ef9052
6 changed files with 34 additions and 13 deletions

View File

@@ -334,7 +334,7 @@ namespace BTCPayServer.Controllers
Confirmation = false,
Network = network,
RootFingerprint = response.AccountKeyPath.MasterFingerprint.ToString(),
RootKeyPath = response.AccountKeyPath.KeyPath,
RootKeyPath = network.GetRootKeyPath(),
CryptoCode = cryptoCode,
DerivationScheme = response.DerivationScheme.ToString(),
Source = "NBXplorer",