diff options
| author | practicalswift <[email protected]> | 2018-08-06 23:52:35 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-08-06 23:52:35 +0200 |
| commit | a9e90e500228f96935649234ed1f446668d9d9d4 (patch) | |
| tree | 77b71546bbd6735fb6d4c56f1ec3ff5045dd48d5 | |
| parent | Merge #12992: [wallet] Add wallet name to log messages (diff) | |
| download | discoin-a9e90e500228f96935649234ed1f446668d9d9d4.tar.xz discoin-a9e90e500228f96935649234ed1f446668d9d9d4.zip | |
Remove redundant redeclaration of rescanblockchain(...) in same scope
| -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 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 |