We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa4b0c commit 7067837Copy full SHA for 7067837
src/merkle_tree/db.cpp
@@ -6,7 +6,7 @@
6
7
#include <morum/db.hpp>
8
#include <qtils/assert.hpp>
9
-#include <qtils/byte_utils.hpp>
+#include <qtils/bytestr.hpp>
10
#include <qtils/macro/unwrap.hpp>
11
#include <rocksdb/db.h>
12
#include <rocksdb/options.h>
test-vectors/jamtestvectors
test-vectors/vectors.hpp
@@ -39,7 +39,7 @@
39
return params; \
40
}()), \
41
[](auto &&info) { \
42
- return morum[[[[]]]]::test_vectors::getTestName(std::get<1>(info.param)); \
+ return morum::test_vectors::getTestName(std::get<1>(info.param)); \
43
});
44
45
/**
0 commit comments