[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…
Reference in a new issue