adding unimplemented method
This commit is contained in:
parent
1171cf13cd
commit
9ece96f36e
1 changed files with 4 additions and 0 deletions
|
|
@ -258,6 +258,10 @@ struct ssl_bignum
|
|||
|
||||
return rtn;
|
||||
}
|
||||
bool public_key::valid()const
|
||||
{
|
||||
return my->_key != nullptr;
|
||||
}
|
||||
public_key public_key::add( const fc::sha256& digest )const
|
||||
{
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue