mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 02:31:05 +02:00
[wallet] Fix incorrect comment for DeriveNewSeed.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user