mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-29 05:22:30 +02:00
[wallet] Fix incorrect comment for DeriveNewSeed.
This commit is contained in:
parent
6738813bcb
commit
be87c6f837
@ -1142,7 +1142,7 @@ public:
|
|||||||
/* Generates a new HD seed (will not be activated) */
|
/* Generates a new HD seed (will not be activated) */
|
||||||
CPubKey GenerateNewSeed();
|
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);
|
CPubKey DeriveNewSeed(const CKey& key);
|
||||||
|
|
||||||
/* Set the current HD seed (will reset the chain child index counters)
|
/* Set the current HD seed (will reset the chain child index counters)
|
||||||
|
Loading…
Reference in New Issue
Block a user