Skip to content

Commit d82c5d1

Browse files
author
MarcoFalke
committed
Merge #13297: [wallet] Fix incorrect comment for DeriveNewSeed.
be87c6f [wallet] Fix incorrect comment for DeriveNewSeed. (John Newbery) Pull request description: Fix incorrect comment not changed in #12924 Tree-SHA512: 16a90944e2827b18c63814bdc926041c3b1d749782c46f03690694798864de75f85ebec65cc365ad4cdb5d1e4b6dfeb052052613c7c4617746dae0f4af1b2dc4
2 parents 092b366 + be87c6f commit d82c5d1

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)