diff options
| author | Gavin Andresen <[email protected]> | 2014-11-12 18:59:41 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-11-17 10:33:49 -0500 |
| commit | a8b2ce557dbcee5e75001be0ec3aecf06165775f (patch) | |
| tree | cbd24e8cbdf7d9b1cd2017d7b5bf0b3a76ea782d /src/rpcserver.h | |
| parent | Merge pull request #5275 (diff) | |
| download | discoin-a8b2ce557dbcee5e75001be0ec3aecf06165775f.tar.xz discoin-a8b2ce557dbcee5e75001be0ec3aecf06165775f.zip | |
regression test only setmocktime RPC call
Diffstat (limited to 'src/rpcserver.h')
| -rw-r--r-- | src/rpcserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index 2a258dd89..9a0681bfa 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -194,6 +194,7 @@ extern json_spirit::Value getinfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getwalletinfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getblockchaininfo(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getnetworkinfo(const json_spirit::Array& params, bool fHelp); +extern json_spirit::Value setmocktime(const json_spirit::Array& params, bool fHelp); extern json_spirit::Value getrawtransaction(const json_spirit::Array& params, bool fHelp); // in rcprawtransaction.cpp extern json_spirit::Value listunspent(const json_spirit::Array& params, bool fHelp); |