diff options
| author | John Newbery <[email protected]> | 2018-05-21 12:57:40 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2018-05-21 12:57:40 -0400 |
| commit | be87c6f83792d911031b09af2cf0fed0e70ac48c (patch) | |
| tree | dcaff40f45a2bb0106163084f57d58167b4d4a55 /src | |
| parent | Merge #12924: Fix hdmaster-key / seed-key confusion (scripted diff) (diff) | |
| download | discoin-be87c6f83792d911031b09af2cf0fed0e70ac48c.tar.xz discoin-be87c6f83792d911031b09af2cf0fed0e70ac48c.zip | |
[wallet] Fix incorrect comment for DeriveNewSeed.
Diffstat (limited to 'src')
| -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 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) |