RPC: Add proof_verify.

This commit is contained in:
Stefan Thomas
2013-05-12 11:39:46 +02:00
parent 5c7a92ba76
commit c3d2eae667
6 changed files with 82 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ enum POWResult
powTOOEASY = 5, // the difficulty increased too much while you solved it
};
bool powResultInfo(POWResult powCode, std::string& strToken, std::string& strHuman);
class ProofOfWork
{