Add support for spending keys to the basic key store

This commit is contained in:
Jack Grigg
2016-08-09 13:34:58 +12:00
parent a8270035c0
commit 7c929cf5bc
7 changed files with 96 additions and 5 deletions

View File

@@ -43,6 +43,8 @@ public:
uint256 inner() const {
return contents;
}
friend inline bool operator==(const uint252& a, const uint252& b) { return a.contents == b.contents; }
};
#endif