lbcwallet/rpc
Wilmer Paulino 0492cb4507
waddrmgr: use correct DerivationPath for watch-only accounts
Previously, addresses that belong to a watch-only account would have a
derivation path using the internal account number used to identify
accounts within the databse, rather than the actual account number based
on the account's master public key child index. This wasn't an issue
before as only one account would exist within the wallet, the 0 account,
which is also the default. To ensure users of the DerivationPath struct
can arrive at addresses correctly, we introduce a new field
InternalAccount to denote the internal account number and repurpose the
existing Account field to its actual meaning.
2021-03-15 19:27:04 -07:00
..
documentation multi: switch import paths back to upstream 2018-05-23 19:38:56 -07:00
legacyrpc waddrmgr: use correct DerivationPath for watch-only accounts 2021-03-15 19:27:04 -07:00
rpcserver wallet: add label to PublishTransaction 2020-05-11 15:16:22 +02:00
walletrpc multi: fix linter 2021-03-15 19:27:00 -07:00
api.proto Cleanup TransactionDetails RPC messages. 2016-04-28 11:53:03 -04:00
regen.sh Modernize the RPC server. 2016-01-29 11:18:26 -05:00