From 83bdf861165183cd236422171a5723ea7653721a Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Thu, 30 Apr 2026 15:43:13 -0400 Subject: [PATCH] Update include/xrpl/protocol/Indexes.h Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- include/xrpl/protocol/Indexes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/protocol/Indexes.h b/include/xrpl/protocol/Indexes.h index 91d0cffe30..052e1ef02e 100644 --- a/include/xrpl/protocol/Indexes.h +++ b/include/xrpl/protocol/Indexes.h @@ -98,7 +98,7 @@ rippleState(AccountID const& id0, AccountID const& id1, Currency const& currency inline Keylet rippleState(AccountID const& id, Issue const& issue) noexcept { - return line(id, issue.account, issue.currency); + return rippleState(id, issue.account, issue.currency); } /** @} */