mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
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…
Add table
Add a link
Reference in a new issue