mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-24 15:40:26 +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:
@@ -51,7 +51,7 @@ struct SetAuth_test : public beast::unit_test::Suite
|
||||
env(fset(gw, asfRequireAuth));
|
||||
env.close();
|
||||
env(auth(gw, "alice", "USD"));
|
||||
BEAST_EXPECT(env.le(keylet::line(Account("alice").id(), gw.id(), usd.currency)));
|
||||
BEAST_EXPECT(env.le(keylet::trustLine(Account("alice").id(), gw.id(), usd.currency)));
|
||||
env(trust("alice", usd(1000)));
|
||||
env(trust("bob", usd(1000)));
|
||||
env(pay(gw, "alice", usd(100)));
|
||||
|
||||
Reference in New Issue
Block a user