Skip to content

Commit be87c6f

Browse files
committed
[wallet] Fix incorrect comment for DeriveNewSeed.
1 parent 6738813 commit be87c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ class CWallet final : public CCryptoKeyStore, public CValidationInterface
11421142
/* Generates a new HD seed (will not be activated) */
11431143
CPubKey GenerateNewSeed();
11441144

1145-
/* Derives a new HD master key (will not be activated) */
1145+
/* Derives a new HD seed (will not be activated) */
11461146
CPubKey DeriveNewSeed(const CKey& key);
11471147

11481148
/* Set the current HD seed (will reset the chain child index counters)

0 commit comments

Comments
 (0)