warning message if clock is too far off
This commit is contained in:
committed by
Gavin Andresen
parent
7a37c906a1
commit
c545563d46
1
rpc.cpp
1
rpc.cpp
@@ -247,6 +247,7 @@ Value getinfo(const Array& params, bool fHelp)
|
||||
obj.push_back(Pair("genproclimit", (int)(fLimitProcessors ? nLimitProcessors : -1)));
|
||||
obj.push_back(Pair("difficulty", (double)GetDifficulty()));
|
||||
obj.push_back(Pair("hashespersec", gethashespersec(params, false)));
|
||||
obj.push_back(Pair("status", strWarning));
|
||||
return obj;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user