From 563a08be81ddef6c97ef5792c0bf3be6569e4020 Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Thu, 23 May 2019 13:55:01 +0800 Subject: [PATCH] undo --- src/rpc/mining.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rpc/mining.cpp b/src/rpc/mining.cpp index 21ae07810..c95d7b891 100644 --- a/src/rpc/mining.cpp +++ b/src/rpc/mining.cpp @@ -1051,6 +1051,7 @@ UniValue getblocksubsidy(const UniValue& params, bool fHelp) return result; } + static const CRPCCommand commands[] = { // category name actor (function) okSafeMode // --------------------- ------------------------ ----------------------- ----------