mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 08:32:30 +01:00
make bitcoinrpc.cpp UTF-8 conformant again
- just replaces a character in a comment, which I had problems with when opening the file in Qt Creator IDE
This commit is contained in:
@@ -176,7 +176,7 @@ Value help(const Array& params, bool fHelp)
|
|||||||
|
|
||||||
Value stop(const Array& params, bool fHelp)
|
Value stop(const Array& params, bool fHelp)
|
||||||
{
|
{
|
||||||
// Accept the deprecated and ignored 'detach´ boolean argument
|
// Accept the deprecated and ignored 'detach' boolean argument
|
||||||
if (fHelp || params.size() > 1)
|
if (fHelp || params.size() > 1)
|
||||||
throw runtime_error(
|
throw runtime_error(
|
||||||
"stop\n"
|
"stop\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user