aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2015-03-30 14:17:31 +0200
committerWladimir J. van der Laan <[email protected]>2015-03-30 14:28:09 +0200
commit446bb70fcdff61dfdd770e0624a3885fe2a28bb0 (patch)
tree69fb904c35e1268d5a008f95104b569901d32105 /src/rpcserver.h
parentMerge pull request #5954 (diff)
parentRegression test for ResendWalletTransactions (diff)
downloaddiscoin-446bb70fcdff61dfdd770e0624a3885fe2a28bb0.tar.xz
discoin-446bb70fcdff61dfdd770e0624a3885fe2a28bb0.zip
Merge pull request #5940
0f5954c Regression test for ResendWalletTransactions (Gavin Andresen)
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r--src/rpcserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h
index f63438ecb..7011d41fc 100644
--- a/src/rpcserver.h
+++ b/src/rpcserver.h
@@ -207,6 +207,7 @@ extern json_spirit::Value getwalletinfo(const json_spirit::Array& params, bool f
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 resendwallettransactions(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);