mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
Update include/xrpl/protocol/Indexes.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user