This commit is contained in:
Richard Holland
2024-11-10 16:25:21 +11:00
parent 715fa840ff
commit a3b1bbf1fe

View File

@@ -363,7 +363,8 @@ public:
get(section("node_db"), "type"), "memory") ||
boost::beast::iequals(
get(section("node_db"), "type"), "flatmap")));
// RHNOTE: testmemory type is not selected for here because it breaks tests
// RHNOTE: testmemory type is not selected for here because it breaks
// tests
return isMem;
}