Split up InfoSub and tidy up various files

This commit is contained in:
Vinnie Falco
2013-06-07 20:59:53 -07:00
parent 5e685aa55b
commit 3273625f61
138 changed files with 3155 additions and 2678 deletions

View File

@@ -27,7 +27,7 @@ public:
Transaction::ref getTransaction() const { return mTxn; }
bool getSigChecked() const { return mSigChecked; }
const uint256& getID() const { return mTxn->getID(); }
uint256 const& getID() const { return mTxn->getID(); }
void doCallbacks(TER);
@@ -53,7 +53,7 @@ public:
bool addEntryForExecution(TXQEntry::ref);
// Call if signature is bad (returns entry so you can run its callbacks)
TXQEntry::pointer removeEntry(const uint256& txID);
TXQEntry::pointer removeEntry(uint256 const& txID);
// Transaction execution interface
void getJob(TXQEntry::pointer&);