mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 17:40:25 +00:00
fix build
This commit is contained in:
@@ -115,7 +115,7 @@ public:
|
||||
inline ApplyViewContext&
|
||||
getApplyViewContext()
|
||||
{
|
||||
XRPL_ASSERT(&viewCtx_.view == &view_, "Previous view discarded");
|
||||
XRPL_ASSERT(view_.has_value() && (&viewCtx_.view == &*view_), "Previous view discarded");
|
||||
return viewCtx_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user