mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
fix issues
This commit is contained in:
@@ -170,7 +170,7 @@ public:
|
||||
void
|
||||
newSLE()
|
||||
{
|
||||
XRPL_ASSERT(canModify(), "xrpl::WritableSLE::newSLE : can modify");
|
||||
XRPL_ASSERT(!canModify(), "xrpl::WritableSLE::newSLE : mutableSle_ is not null");
|
||||
mutableSle_ = std::make_shared<SLE>(key_);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user