mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
More work on proof of work.
This commit is contained in:
@@ -63,7 +63,7 @@ protected:
|
||||
boost::mutex mLock;
|
||||
|
||||
public:
|
||||
ProofOfWorkGenerator(const uint256& secret);
|
||||
ProofOfWorkGenerator();
|
||||
|
||||
ProofOfWork getProof();
|
||||
bool checkProof(const std::string& token, const uint256& solution);
|
||||
|
||||
Reference in New Issue
Block a user