Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
defunctec
crown-core
Commits
0024e0e7
Commit
0024e0e7
authored
12 years ago
by
Gavin Andresen
Browse files
Options
Download
Plain Diff
Merge pull request #1893 from kjj2/issue1884
Issue 1884: Add a backup warning to the encryptwallet RPC command
parents
362aab0c
970bfae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rpcwallet.cpp
+1
-1
src/rpcwallet.cpp
with
1 addition
and
1 deletion
+1
-1
src/rpcwallet.cpp
View file @
0024e0e7
...
...
@@ -1396,7 +1396,7 @@ Value encryptwallet(const Array& params, bool fHelp)
// slack space in .dat files; that is bad if the old data is
// unencrypted private keys. So:
StartShutdown
();
return
"wallet encrypted; Bitcoin server stopping, restart to run with encrypted wallet"
;
return
"wallet encrypted; Bitcoin server stopping, restart to run with encrypted wallet
. The keypool has been flushed, you need to make a new backup.
"
;
}
class
DescribeAddressVisitor
:
public
boost
::
static_visitor
<
Object
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help