mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 17:10:46 +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:
@@ -1511,7 +1511,7 @@ public:
|
||||
env.close();
|
||||
|
||||
// Verify that the SignerList object was created correctly.
|
||||
auto const& sle = env.le(keylet::signers(alice.id()));
|
||||
auto const& sle = env.le(keylet::signerList(alice.id()));
|
||||
BEAST_EXPECT(sle);
|
||||
BEAST_EXPECT(sle->getFieldArray(sfSignerEntries).size() == 2);
|
||||
if (features[fixIncludeKeyletFields])
|
||||
|
||||
Reference in New Issue
Block a user