Skip to content

Commit 7067837

Browse files
committed
Update jamtestvectors
1 parent 4fa4b0c commit 7067837

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/merkle_tree/db.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#include <morum/db.hpp>
88
#include <qtils/assert.hpp>
9-
#include <qtils/byte_utils.hpp>
9+
#include <qtils/bytestr.hpp>
1010
#include <qtils/macro/unwrap.hpp>
1111
#include <rocksdb/db.h>
1212
#include <rocksdb/options.h>

test-vectors/jamtestvectors

Submodule jamtestvectors updated 481 files

test-vectors/vectors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
return params; \
4040
}()), \
4141
[](auto &&info) { \
42-
return morum[[[[]]]]::test_vectors::getTestName(std::get<1>(info.param)); \
42+
return morum::test_vectors::getTestName(std::get<1>(info.param)); \
4343
});
4444

4545
/**

0 commit comments

Comments
 (0)