diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-06 23:52:35 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-06 23:52:35 +0200 |
commit | a9e90e500228f96935649234ed1f446668d9d9d4 (patch) | |
tree | 77b71546bbd6735fb6d4c56f1ec3ff5045dd48d5 /src | |
parent | 26f59f5054ef4c045e24be0fd222c39e46670c51 (diff) |
Remove redundant redeclaration of rescanblockchain(...) in same scope
Diffstat (limited to 'src')
-rw-r--r-- | src/wallet/rpcwallet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 73dfebf114..4817e9e4d8 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 |