mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
RPC: Add ability to specify a custom secret in proof_create.
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user