mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-18 21:22:04 +01:00
Wallet name in walletinfo (#2603)
This commit is contained in:
parent
779eefb6a5
commit
f849ba492f
1 changed files with 1 additions and 0 deletions
|
@ -572,6 +572,7 @@ case class WalletRoutes(wallet: AnyHDWalletApi)(implicit
|
|||
KeyManagerAppConfig.moduleName -> Obj(
|
||||
"rootXpub" -> Str(wallet.keyManager.getRootXPub.toString)
|
||||
),
|
||||
"walletName" -> Str(walletConf.walletNameOpt.getOrElse("")),
|
||||
"xpub" -> Str(accountDb.xpub.toString),
|
||||
"hdPath" -> Str(accountDb.hdAccount.toString),
|
||||
"height" -> Num(walletState.height),
|
||||
|
|
Loading…
Add table
Reference in a new issue