From 9ac98901880a29499aa290be22b1bc2b6d21be4b Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Mon, 25 Feb 2019 16:08:45 +0800 Subject: [PATCH] fix --- src/rpc/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index 43733826d..ef1c8bf5c 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -93,7 +93,7 @@ int32_t getera(int timestamp) return(i); } } - return(0) + return(0); } UniValue getiguanajson(const UniValue& params, bool fHelp)