mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Whitespace.
This commit is contained in:
@@ -49,4 +49,4 @@ std::vector<unsigned char> LedgerProposal::sign(void)
|
||||
if (!mKey->Sign(getSigningHash(), ret))
|
||||
throw std::runtime_error("unable to sign proposal");
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,9 +36,9 @@ public:
|
||||
const uint256& getCurrentHash() const { return mCurrentHash; }
|
||||
const uint256& getPrevLedger() const { return mPreviousLedger; }
|
||||
uint32 getProposeSeq() const { return mProposeSeq; }
|
||||
CKey::pointer peekKey() { return mKey; }
|
||||
std::vector<unsigned char> getPubKey() const { return mKey->GetPubKey(); }
|
||||
std::vector<unsigned char> sign();
|
||||
CKey::pointer peekKey() { return mKey; }
|
||||
|
||||
void changePosition(const uint256& newPosition);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user