Add a helper function.

This commit is contained in:
JoelKatz
2012-05-30 22:14:47 -07:00
parent 9fbc47ccbb
commit 1a5510f530

View File

@@ -38,6 +38,7 @@ public:
uint32 getProposeSeq() const { return mProposeSeq; }
std::vector<unsigned char> getPubKey() const { return mKey->GetPubKey(); }
std::vector<unsigned char> sign();
CKey::pointer peekKey() { return mKey; }
void changePosition(const uint256& newPosition);
};