From aac25e8c7964216bdf10e6dd6b92acfb71e688dd Mon Sep 17 00:00:00 2001 From: Ed Hennis Date: Wed, 1 Oct 2025 15:56:06 -0400 Subject: [PATCH] fixup! Review feedback from @Bronek: Add an assert --- src/xrpld/rpc/handlers/AccountInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xrpld/rpc/handlers/AccountInfo.cpp b/src/xrpld/rpc/handlers/AccountInfo.cpp index 9a6a23ad55..62d54499b2 100644 --- a/src/xrpld/rpc/handlers/AccountInfo.cpp +++ b/src/xrpld/rpc/handlers/AccountInfo.cpp @@ -163,7 +163,7 @@ doAccountInfo(RPC::JsonContext& context) XRPL_ASSERT_PARTS( !name.empty(), "ripple::doAccountInfo", - "name is not empty") + "name is not empty"); } // ValidPseudoAccounts invariant guarantees that only one field // can be set