From 0d1fdbd1bd270788a952cd3749683125b0df610e Mon Sep 17 00:00:00 2001 From: clemahieu Date: Thu, 1 Dec 2022 19:34:11 +0000 Subject: [PATCH] When changing from random_access to sequenced, the tag name was changed but the actual boost index type was not. (#4015) --- nano/node/unchecked_map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/node/unchecked_map.hpp b/nano/node/unchecked_map.hpp index f71339e1..b699594e 100644 --- a/nano/node/unchecked_map.hpp +++ b/nano/node/unchecked_map.hpp @@ -92,7 +92,7 @@ private: // In memory store using ordered_unchecked = boost::multi_index_container>, + mi::sequenced>, mi::ordered_unique, mi::member>>>; // clang-format on