mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Move LCT code to the right file.
Be smarter in the consensus set filter code.
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
bool checkSign() const;
|
||||
void updateID() { mTransactionID=mTransaction->getTransactionID(); }
|
||||
|
||||
SerializedTransaction::pointer getSTransaction() { return mTransaction; }
|
||||
SerializedTransaction::ref getSTransaction() { return mTransaction; }
|
||||
|
||||
const uint256& getID() const { return mTransactionID; }
|
||||
const RippleAddress& getFromAccount() const { return mAccountFrom; }
|
||||
|
||||
Reference in New Issue
Block a user