Browse Source

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
0.8
Philip Kaufmann 12 years ago
parent
commit
6e65420bd5
  1. 2
      src/bitcoinrpc.cpp

2
src/bitcoinrpc.cpp

@ -176,7 +176,7 @@ Value help(const Array& params, bool fHelp) @@ -176,7 +176,7 @@ Value help(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)
throw runtime_error(
"stop\n"

Loading…
Cancel
Save