added missing return

This commit is contained in:
dimxy
2019-04-22 13:24:27 +05:00
parent c19d636d7d
commit 8b763d971b

View File

@@ -59,6 +59,7 @@
#include <numeric>
#include "komodo_defs.h"
#include <string.h>
using namespace std;
@@ -6929,6 +6930,7 @@ uint32_t pricesGetParam(UniValue param) {
filter = 2;
else
throw runtime_error("incorrect parameter\n");
return filter;
}
UniValue priceslist(const UniValue& params, bool fHelp)