adding unimplemented method

This commit is contained in:
Daniel Larimer 2013-08-11 18:14:53 -04:00
parent 1171cf13cd
commit 9ece96f36e

View file

@ -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 {