Skip to content

Commit a9e90e5

Browse files
Remove redundant redeclaration of rescanblockchain(...) in same scope
1 parent 26f59f5 commit a9e90e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4761,7 +4761,6 @@ extern UniValue importwallet(const JSONRPCRequest& request);
47614761
extern UniValue importprunedfunds(const JSONRPCRequest& request);
47624762
extern UniValue removeprunedfunds(const JSONRPCRequest& request);
47634763
extern UniValue importmulti(const JSONRPCRequest& request);
4764-
extern UniValue rescanblockchain(const JSONRPCRequest& request);
47654764

47664765
static const CRPCCommand commands[] =
47674766
{ // category name actor (function) argNames

0 commit comments

Comments
 (0)