Update StorageMemory.cpp

This commit is contained in:
alexey-milovidov 2020-11-26 22:22:26 +03:00 committed by GitHub
parent 084cac5bd5
commit ee80ee75de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ void StorageMemory::mutate(const MutationCommands & commands, const Context & co
new_data = std::make_unique<BlocksList>(*(data.get()));
auto data_it = new_data->begin();
auto out_it = out.begin();
while (data_it != new_data->end())
{
/// Mutation does not change the number of blocks