mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 15:20:54 +00:00
Inject Config:
* Use dependency injections instead * Remove deprecated fee interfaces
This commit is contained in:
committed by
Vinnie Falco
parent
c7b3153958
commit
fa796a2eb5
@@ -65,7 +65,7 @@ void OrderBookDB::setup(
|
||||
mSeq = seq;
|
||||
}
|
||||
|
||||
if (getConfig().RUN_STANDALONE)
|
||||
if (app_.config().RUN_STANDALONE)
|
||||
update(ledger);
|
||||
else
|
||||
app_.getJobQueue().addJob(
|
||||
|
||||
Reference in New Issue
Block a user