mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
VerifyDB progress
This commit is contained in:
parent
4c097f9669
commit
06a91d9698
10 changed files with 74 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue