aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-05-21 13:22:59 -0400
committerMarcoFalke <falke.marco@gmail.com>2018-05-21 13:23:01 -0400
commitd82c5d15c504f8c5eaa1fb890fe7f5dfe750946f (patch)
tree7927e3657e9cce5a765137858ddb9865e4f5af63 /src
parent092b366881427b3ba3c285a3922c012016545903 (diff)
parentbe87c6f83792d911031b09af2cf0fed0e70ac48c (diff)
downloadbitcoin-d82c5d15c504f8c5eaa1fb890fe7f5dfe750946f.tar.xz
Merge #13297: [wallet] Fix incorrect comment for DeriveNewSeed.
be87c6f837 [wallet] Fix incorrect comment for DeriveNewSeed. (John Newbery) Pull request description: Fix incorrect comment not changed in #12924 Tree-SHA512: 16a90944e2827b18c63814bdc926041c3b1d749782c46f03690694798864de75f85ebec65cc365ad4cdb5d1e4b6dfeb052052613c7c4617746dae0f4af1b2dc4
Diffstat (limited to 'src')
-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)