From b8468770f029b924eb6b7cf3fb9c36a2a2737df0 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Fri, 18 May 2012 19:30:33 -0700 Subject: [PATCH] Renable doWalletClaim. --- src/RPCServer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RPCServer.cpp b/src/RPCServer.cpp index f0ef1ad8fd..34fccc392c 100644 --- a/src/RPCServer.cpp +++ b/src/RPCServer.cpp @@ -618,7 +618,7 @@ Json::Value RPCServer::doWalletClaim(Json::Value& params) naRegular0Public.getAccountPublic(), vucGeneratorSig); - // (void) theApp->getOPs().processTransaction(trns); + (void) theApp->getOPs().processTransaction(trns); Json::Value obj(Json::objectValue);