From 95e09c85dde09c1db576df8713e4e44b69a85b50 Mon Sep 17 00:00:00 2001 From: Erkan Yilmaz Date: Sat, 14 Nov 2015 14:13:10 +0100 Subject: [PATCH] add \n currently shows as: ... getlasthave | [user1,user2...] getlastsoftcheckpointReturns votes of last soft checkpoint. getmentions '{"max_id":max_id,"since_id":since_id}' ... --- src/rpcblockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;