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