Remove redundant redeclaration of rescanblockchain(...) in same scope
This commit is contained in:
parent
26f59f5054
commit
a9e90e5002
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue