mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 17:27:00 +00:00
refactor: Make function naming in ServiceRegistry consistent (#6390)
Signed-off-by: JCW <a1q123456@users.noreply.github.com> Co-authored-by: Ed Hennis <ed@ripple.com>
This commit is contained in:
@@ -673,7 +673,7 @@ class LedgerEntry_test : public beast::unit_test::suite
|
||||
view.rawInsert(sle);
|
||||
return true;
|
||||
};
|
||||
env.app().openLedger().modify(amendments);
|
||||
env.app().getOpenLedger().modify(amendments);
|
||||
}
|
||||
|
||||
Json::Value jvParams;
|
||||
@@ -1561,7 +1561,7 @@ class LedgerEntry_test : public beast::unit_test::suite
|
||||
view.rawInsert(sle);
|
||||
return true;
|
||||
};
|
||||
env.app().openLedger().modify(nUNL);
|
||||
env.app().getOpenLedger().modify(nUNL);
|
||||
}
|
||||
|
||||
Json::Value jvParams;
|
||||
|
||||
Reference in New Issue
Block a user