From d7b6c8e0983841fc2177ee23ef95ea52d12f4ccc Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 22 Apr 2026 13:44:38 -0400 Subject: [PATCH] Update include/xrpl/ledger/helpers/SLEBase.h Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- include/xrpl/ledger/helpers/SLEBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/ledger/helpers/SLEBase.h b/include/xrpl/ledger/helpers/SLEBase.h index f1c26ef946..93a09076c2 100644 --- a/include/xrpl/ledger/helpers/SLEBase.h +++ b/include/xrpl/ledger/helpers/SLEBase.h @@ -165,7 +165,7 @@ public: newSLE() requires isWritable { - XRPL_ASSERT(!canModify(), "xrpl::SLEBase::newSLE : sle_ is not null"); + XRPL_ASSERT(!canModify(), "xrpl::SLEBase::newSLE : no existing SLE"); sle_ = std::make_shared(key_); }