mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-22 06:40:53 +00:00
add assert
This commit is contained in:
@@ -115,6 +115,7 @@ public:
|
||||
inline ApplyViewContext&
|
||||
getApplyViewContext()
|
||||
{
|
||||
XRPL_ASSERT(&viewCtx_.view == &view_, "Previous view discarded");
|
||||
return viewCtx_;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user