diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-06-19 11:53:02 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-06-19 11:53:02 -0400 |
commit | f590653377d5ee18c05894a58d226b5d2531077b (patch) | |
tree | 465961b78de57ed8f58b5942c2f1bb64d3de7b25 /src/bitcoinrpc.h | |
parent | 168ba993921c2c1a21cad1f03a331f7c01c67079 (diff) |
RPC: add 'verifychain', to verify chain database at runtime
Diffstat (limited to 'src/bitcoinrpc.h')
-rw-r--r-- | src/bitcoinrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 44c657f8dc..aff759a5c8 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -205,5 +205,6 @@ extern json_spirit::Value getblockhash(const json_spirit::Array& params, bool fH extern json_spirit::Value getblock(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value gettxoutsetinfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value gettxout(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value verifychain(const json_spirit::Array& params, bool fHelp); #endif |