mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Refactor, tidy up:
* Fix for msvc std::function return types * Convert macros to constants * Add Journal to PeerSet and use in InboundLedger * Break lines and add annotations * Remove some warnings
This commit is contained in:
@@ -281,8 +281,7 @@ public:
|
||||
return empty;
|
||||
}
|
||||
|
||||
acquiring = boost::make_shared<TransactionAcquire> (
|
||||
std::ref (m_clock), hash);
|
||||
acquiring = boost::make_shared<TransactionAcquire> (hash, std::ref (m_clock));
|
||||
startAcquiring (acquiring);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user