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);