Update include/xrpl/tx/ApplyContext.h

Co-authored-by: xrplf-ai-reviewer[bot] <266832837+xrplf-ai-reviewer[bot]@users.noreply.github.com>
This commit is contained in:
Mayukha Vadari
2026-07-01 19:00:45 -04:00
committed by GitHub
parent 165a8d1462
commit cb90a26496

View File

@@ -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};
}