diff options
| author | Cozz Lovan <[email protected]> | 2014-05-23 18:04:09 +0200 |
|---|---|---|
| committer | Cozz Lovan <[email protected]> | 2014-06-03 15:21:47 +0200 |
| commit | 06a91d9698762fe56fca3bd33484bddc9f020405 (patch) | |
| tree | 5d494bb3f766e17f0abf1ee94b6c904cdf41b179 /src/rpcblockchain.cpp | |
| parent | Merge pull request #4225 (diff) | |
| download | discoin-06a91d9698762fe56fca3bd33484bddc9f020405.tar.xz discoin-06a91d9698762fe56fca3bd33484bddc9f020405.zip | |
VerifyDB progress
Diffstat (limited to 'src/rpcblockchain.cpp')
| -rw-r--r-- | src/rpcblockchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index a303b5d3e..ff5057b52 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -427,7 +427,7 @@ Value verifychain(const Array& params, bool fHelp) if (params.size() > 1) nCheckDepth = params[1].get_int(); - return VerifyDB(nCheckLevel, nCheckDepth); + return CVerifyDB().VerifyDB(nCheckLevel, nCheckDepth); } Value getblockchaininfo(const Array& params, bool fHelp) |