Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit a261864

Browse files
committed
Merge with master #65
2 parents 03a25b1 + 491e056 commit a261864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/nil/blueprint/transpiler/evm_verifier_gen.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ namespace nil {
598598
} else {
599599
auto it = constraints.begin();
600600
while (it != constraints.end()) {
601+
std::cout << "Gates modules count" << gate_modules_count << std::endl;
601602
std::string code = print_constraint_series(it, constraints.end());
602603

603604
std::string result = modular_external_gate_library_template;
@@ -878,7 +879,6 @@ namespace nil {
878879

879880
void print(){
880881
std::filesystem::create_directory(_folder_name);
881-
882882
std::string gate_argument = print_gate_argument();
883883
std::string lookup_argument = print_lookup_argument();
884884

test/transpiler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1272,4 +1272,4 @@ BOOST_FIXTURE_TEST_CASE(transpiler_test, test_initializer) {
12721272
output_file.close();
12731273
}
12741274
}
1275-
BOOST_AUTO_TEST_SUITE_END()
1275+
BOOST_AUTO_TEST_SUITE_END()

0 commit comments

Comments
 (0)