Cleanups.

This commit is contained in:
JoelKatz
2011-12-27 20:48:44 -08:00
parent 4b88113a51
commit ca33205b83
2 changed files with 8 additions and 18 deletions

View File

@@ -76,7 +76,7 @@ protected:
public:
LocalAccountFamily(const uint160& family, EC_POINT* pubKey);
LocalAccountFamily(const uint160& family, const EC_GROUP* group, const EC_POINT* pubKey);
~LocalAccountFamily();
const uint160& getFamily() { return mFamily; }