mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Tidy up log partition names
This commit is contained in:
@@ -4,10 +4,9 @@
|
||||
*/
|
||||
//==============================================================================
|
||||
|
||||
// For logging
|
||||
struct SerializedLedgerLog;
|
||||
struct SerializedLedgerLog; // for Log
|
||||
|
||||
SETUP_LOG (SerializedLedgerLog)
|
||||
SETUP_LOGN (SerializedLedgerLog,"SerializedLedger")
|
||||
|
||||
SerializedLedgerEntry::SerializedLedgerEntry (SerializerIterator& sit, uint256 const& index)
|
||||
: STObject (sfLedgerEntry), mIndex (index), mMutable (true)
|
||||
|
||||
Reference in New Issue
Block a user