diff options
author | John Newbery <john@johnnewbery.com> | 2018-05-21 12:57:40 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-05-21 12:57:40 -0400 |
commit | be87c6f83792d911031b09af2cf0fed0e70ac48c (patch) | |
tree | dcaff40f45a2bb0106163084f57d58167b4d4a55 /src/wallet/wallet.h | |
parent | 6738813bcbb730b5a19e67482b6612d568c22699 (diff) |
[wallet] Fix incorrect comment for DeriveNewSeed.
Diffstat (limited to 'src/wallet/wallet.h')
-rw-r--r-- | src/wallet/wallet.h | 2 |
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) |