mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
[wallet] Fix incorrect comment for DeriveNewSeed.
This commit is contained in:
parent
6738813bcb
commit
be87c6f837
1 changed files with 1 additions and 1 deletions
|
|
@ -1142,7 +1142,7 @@ public:
|
|||
/* Generates a new HD seed (will not be activated) */
|
||||
CPubKey GenerateNewSeed();
|
||||
|
||||
/* Derives a new HD master key (will not be activated) */
|
||||
/* Derives a new HD seed (will not be activated) */
|
||||
CPubKey DeriveNewSeed(const CKey& key);
|
||||
|
||||
/* Set the current HD seed (will reset the chain child index counters)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue