Merge branch 'phoenix' of https://github.com/InvictusInnovations/fc into phoenix
This commit is contained in:
commit
8d422e0b8c
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ namespace fc {
|
||||||
{
|
{
|
||||||
return a.serialize() == b.serialize();
|
return a.serialize() == b.serialize();
|
||||||
}
|
}
|
||||||
|
inline friend bool operator!=( const public_key& a, const public_key& b )
|
||||||
|
{
|
||||||
|
return a.serialize() != b.serialize();
|
||||||
|
}
|
||||||
private:
|
private:
|
||||||
friend class private_key;
|
friend class private_key;
|
||||||
fc::fwd<detail::public_key_impl,8> my;
|
fc::fwd<detail::public_key_impl,8> my;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue