mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge pull request #1830 from Diapolo/trans_rem_spaces
fix some double-spaces in strings
This commit is contained in:
commit
86406daeca
6 changed files with 18 additions and 30 deletions
|
|
@ -1429,7 +1429,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. The keypool has been flushed, you need to make a new backup.";
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue