From be87c6f83792d911031b09af2cf0fed0e70ac48c Mon Sep 17 00:00:00 2001 From: John Newbery Date: Mon, 21 May 2018 12:57:40 -0400 Subject: [PATCH] [wallet] Fix incorrect comment for DeriveNewSeed. --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 142c54d7b..eb3da9932 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)