diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index a6b0e7923..43733826d 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -93,6 +93,7 @@ int32_t getera(int timestamp) return(i); } } + return(0) } UniValue getiguanajson(const UniValue& params, bool fHelp)