0492cb4507
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. |
||
---|---|---|
.. | ||
documentation | ||
legacyrpc | ||
rpcserver | ||
walletrpc | ||
api.proto | ||
regen.sh |