RPC: Add ability to specify a custom secret in proof_create.

This commit is contained in:
Stefan Thomas
2013-05-12 13:51:16 +02:00
parent da406a3506
commit 5e649921bf
3 changed files with 31 additions and 16 deletions

View File

@@ -90,6 +90,7 @@ public:
void sweep(void);
const uint256& getSecret() const { return mSecret; }
void setSecret(const uint256& secret) { mSecret = secret; }
static int getPowEntry(const uint256& target, int iterations);
};