mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Make class members journal const
This commit is contained in:
committed by
Nik Bougalis
parent
06c371544a
commit
5c1dd87fab
@@ -92,7 +92,7 @@ private:
|
||||
FullBelowCache fullbelow_;
|
||||
NodeStore::Database& db_;
|
||||
bool const shardBacked_;
|
||||
beast::Journal j_;
|
||||
beast::Journal const j_;
|
||||
|
||||
// missing node handler
|
||||
LedgerIndex maxSeq = 0;
|
||||
|
||||
Reference in New Issue
Block a user