aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-05-21 12:57:40 -0400
committerJohn Newbery <john@johnnewbery.com>2018-05-21 12:57:40 -0400
commitbe87c6f83792d911031b09af2cf0fed0e70ac48c (patch)
treedcaff40f45a2bb0106163084f57d58167b4d4a55 /src/wallet/wallet.h
parent6738813bcbb730b5a19e67482b6612d568c22699 (diff)
downloadbitcoin-be87c6f83792d911031b09af2cf0fed0e70ac48c.tar.xz
[wallet] Fix incorrect comment for DeriveNewSeed.
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r--src/wallet/wallet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h
index 142c54d7bd..eb3da9932e 100644
--- a/src/wallet/wallet.h
+++ b/src/wallet/wallet.h
@@ -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)