From cb90a264968988555f2190399d2c52e882db011a Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Wed, 1 Jul 2026 19:00:45 -0400 Subject: [PATCH] Update include/xrpl/tx/ApplyContext.h Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com> --- include/xrpl/tx/ApplyContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xrpl/tx/ApplyContext.h b/include/xrpl/tx/ApplyContext.h index 3ce1b98f24..6e92ac0f1b 100644 --- a/include/xrpl/tx/ApplyContext.h +++ b/include/xrpl/tx/ApplyContext.h @@ -119,7 +119,7 @@ public: ApplyViewContext getApplyViewContext() { - XRPL_ASSERT(view_.has_value(), "Previous view exists"); + XRPL_ASSERT(view_.has_value(), "xrpl::ApplyContext::getApplyViewContext : view_ emplaced in constructor"); return {.view = *view_, .tx = tx}; }