mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-31 02:50:24 +00:00
refactor: Rename (mostly keylet) functions to more closely match the docs (#7059)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -3040,7 +3040,7 @@ class Batch_test : public beast::unit_test::Suite
|
||||
env(vault.deposit({.depositor = lender, .id = vaultKeylet.key, .amount = deposit}));
|
||||
env.close();
|
||||
|
||||
auto const brokerKeylet = keylet::loanbroker(lender.id(), env.seq(lender));
|
||||
auto const brokerKeylet = keylet::loanBroker(lender.id(), env.seq(lender));
|
||||
|
||||
{
|
||||
using namespace loanBroker;
|
||||
|
||||
Reference in New Issue
Block a user