diff --git a/src/LedgerProposal.h b/src/LedgerProposal.h index 961ba47244..6939fd7208 100644 --- a/src/LedgerProposal.h +++ b/src/LedgerProposal.h @@ -38,6 +38,7 @@ public: uint32 getProposeSeq() const { return mProposeSeq; } std::vector getPubKey() const { return mKey->GetPubKey(); } std::vector sign(); + CKey::pointer peekKey() { return mKey; } void changePosition(const uint256& newPosition); };