diff options
| author | Gavin Andresen <[email protected]> | 2014-11-18 14:29:38 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2014-11-18 14:31:29 -0500 |
| commit | fd3777b0b272ad4ce7fbb152917353aa46879f89 (patch) | |
| tree | 2c5a27dbd19273204fb4544f3807813863f8cc87 /src/rpcserver.h | |
| parent | Merge pull request #5301 (diff) | |
| parent | travis: disable rpc tests for windows until they're not so flaky (diff) | |
| download | discoin-fd3777b0b272ad4ce7fbb152917353aa46879f89.tar.xz discoin-fd3777b0b272ad4ce7fbb152917353aa46879f89.zip | |
Merge pull request #5280
3c30f27 travis: disable rpc tests for windows until they're not so flaky (Cory Fields)
daf03e7 RPC tests: create initial chain with specific timestamps (Gavin Andresen)
a8b2ce5 regression test only setmocktime RPC call (Gavin Andresen)
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 60793f79a..b3234f65f 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); |