Merge pull request #361 from Erkan-Yilmaz/patch-1

format: add missing \n
This commit is contained in:
miguelfreitas 2015-11-16 10:39:23 -02:00
commit b74e291b04

View File

@ -214,7 +214,7 @@ Value getlastsoftcheckpoint(const Array& params, bool fHelp)
{ {
if (fHelp || params.size() != 0) if (fHelp || params.size() != 0)
throw runtime_error( throw runtime_error(
"getlastsoftcheckpoint" "getlastsoftcheckpoint\n"
"Returns votes of last soft checkpoint."); "Returns votes of last soft checkpoint.");
Object result; Object result;