[wallet] Fix incorrect comment for DeriveNewSeed.

This commit is contained in:
John Newbery 2018-05-21 12:57:40 -04:00
parent 6738813bcb
commit be87c6f837
1 changed files with 1 additions and 1 deletions

View File

@ -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)