Move LCT code to the right file.

Be smarter in the consensus set filter code.
This commit is contained in:
JoelKatz
2013-03-20 09:22:30 -07:00
parent d8a384467a
commit 371d52cc9e
3 changed files with 147 additions and 117 deletions

View File

@@ -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; }