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

@@ -45,7 +45,7 @@ bool TXQueue::addEntryForExecution(TXQEntry::ref entry)
return true; // A thread needs to handle this account
}
TXQEntry::pointer TXQueue::removeEntry(const uint256& id)
TXQEntry::pointer TXQueue::removeEntry(uint256 const& id)
{
TXQEntry::pointer ret;