Browse Source

Merge pull request #3045 from Diapolo/master

misc small spelling/indentation fixes
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
b85560a1b5
  1. 2
      src/bitcoinrpc.cpp

2
src/bitcoinrpc.cpp

@ -1007,7 +1007,7 @@ void ServiceConnection(AcceptedConnection *conn) @@ -1007,7 +1007,7 @@ void ServiceConnection(AcceptedConnection *conn)
{
LogPrintf("ThreadRPCServer incorrect password attempt from %s\n", conn->peer_address_to_string().c_str());
/* Deter brute-forcing short passwords.
If this results in a DOS the user really
If this results in a DoS the user really
shouldn't have their RPC port exposed. */
if (mapArgs["-rpcpassword"].size() < 20)
MilliSleep(250);

Loading…
Cancel
Save