From a9e90e500228f96935649234ed1f446668d9d9d4 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 6 Aug 2018 23:52:35 +0200 Subject: [PATCH] Remove redundant redeclaration of rescanblockchain(...) in same scope --- src/wallet/rpcwallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 73dfebf11..4817e9e4d 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -4761,7 +4761,6 @@ extern UniValue importwallet(const JSONRPCRequest& request); extern UniValue importprunedfunds(const JSONRPCRequest& request); extern UniValue removeprunedfunds(const JSONRPCRequest& request); extern UniValue importmulti(const JSONRPCRequest& request); -extern UniValue rescanblockchain(const JSONRPCRequest& request); static const CRPCCommand commands[] = { // category name actor (function) argNames