Add support for spending keys to the basic key store
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user