mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Bufix.
This commit is contained in:
@@ -149,7 +149,7 @@ public:
|
||||
|
||||
CKey(const uint256& pKey) : fSet(false)
|
||||
{
|
||||
SetPrivateKey(pKey);
|
||||
SetPrivateKeyU(pKey);
|
||||
}
|
||||
|
||||
bool IsNull() const
|
||||
@@ -210,11 +210,13 @@ public:
|
||||
uint256 GetPrivateKeyU(void)
|
||||
{
|
||||
// WRITEME
|
||||
throw 0;
|
||||
}
|
||||
|
||||
void SetPrivateKeyU(const uint256& key)
|
||||
{
|
||||
// WRITEME
|
||||
throw 0;
|
||||
}
|
||||
|
||||
BIGNUM* GetSecretBN() const
|
||||
|
||||
Reference in New Issue
Block a user