mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Split up InfoSub and tidy up various files
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user