mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Reformat annotations in preparation for automated extraction
This commit is contained in:
@@ -888,7 +888,7 @@ Json::Value RPCHandler::doProofCreate(Json::Value jvRequest, int& cost, ScopedLo
|
||||
|
||||
if (jvRequest.isMember("difficulty") || jvRequest.isMember("secret"))
|
||||
{
|
||||
// VFALCO: TODO, why aren't we using the app's factory?
|
||||
// VFALCO TODO why aren't we using the app's factory?
|
||||
beast::ScopedPointer <IProofOfWorkFactory> pgGen (IProofOfWorkFactory::New ());
|
||||
|
||||
if (jvRequest.isMember("difficulty"))
|
||||
@@ -973,7 +973,7 @@ Json::Value RPCHandler::doProofVerify(Json::Value jvRequest, int& cost, ScopedLo
|
||||
POWResult prResult;
|
||||
if (jvRequest.isMember("difficulty") || jvRequest.isMember("secret"))
|
||||
{
|
||||
// VFALCO: TODO, why aren't we using the app's factory?
|
||||
// VFALCO TODO why aren't we using the app's factory?
|
||||
beast::ScopedPointer <IProofOfWorkFactory> pgGen (IProofOfWorkFactory::New ());
|
||||
|
||||
if (jvRequest.isMember("difficulty"))
|
||||
|
||||
Reference in New Issue
Block a user