diff options
author | stoffu <stoffu@protonmail.ch> | 2019-09-11 10:50:20 +0900 |
---|---|---|
committer | stoffu <stoffu@protonmail.ch> | 2019-09-11 10:50:20 +0900 |
commit | bd9c12e18afe7670e7b851ee363f7bd79fdd021d (patch) | |
tree | 09ed9596ad74ed532e9708463b3780da73944f45 /src/simplewallet | |
parent | Merge pull request #5876 (diff) | |
download | monero-bd9c12e18afe7670e7b851ee363f7bd79fdd021d.tar.xz |
simplewallet: remove erroneously added line under subaddress-lookahead
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index eee2fa61d..5e8e20f6f 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -2980,7 +2980,6 @@ simple_wallet::simple_wallet() " Set this if you are not sure whether you will spend on a key reusing Monero fork later.\n " "subaddress-lookahead <major>:<minor>\n " " Set the lookahead sizes for the subaddress hash table.\n " - " Set this if you are not sure whether you will spend on a key reusing Monero fork later.\n " "segregation-height <n>\n " " Set to the height of a key reusing fork you want to use, 0 to use default.\n " "ignore-fractional-outputs <1|0>\n " |