aboutsummaryrefslogtreecommitdiff
path: root/src/rpcserver.cpp
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.cpp
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.cpp')
-rw-r--r--src/rpcserver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rpcserver.cpp b/src/rpcserver.cpp
index ba7172522..d30fa32eb 100644
--- a/src/rpcserver.cpp
+++ b/src/rpcserver.cpp
@@ -333,6 +333,9 @@ static const CRPCCommand vRPCCommands[] =
{ "hidden", "invalidateblock", &invalidateblock, true, false },
{ "hidden", "reconsiderblock", &reconsiderblock, true, false },
{ "hidden", "setmocktime", &setmocktime, true, false },
+#ifdef ENABLE_WALLET
+ { "hidden", "resendwallettransactions", &resendwallettransactions, true, true },
+#endif
#ifdef ENABLE_WALLET
/* Wallet */