diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index 9e4d405d..39ffdd33 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -214,7 +214,7 @@ Value getlastsoftcheckpoint(const Array& params, bool fHelp) { if (fHelp || params.size() != 0) throw runtime_error( - "getlastsoftcheckpoint" + "getlastsoftcheckpoint\n" "Returns votes of last soft checkpoint."); Object result;