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

Commit 2e3e950

Browse files
authored
make component_type public (#265)
1 parent ef01a6d commit 2e3e950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/nil/blueprint/components/systems/snark/plonk/placeholder/gate_argument_verifier.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ namespace nil {
6969
return r;
7070
}
7171

72-
using component_type = plonk_component<BlueprintFieldType, ArithmetizationParams, ConstantsAmount, 1>;
7372

7473
public:
74+
using component_type = plonk_component<BlueprintFieldType, ArithmetizationParams, ConstantsAmount, 1>;
7575
using var = typename component_type::var;
7676
using manifest_type = nil::blueprint::plonk_component_manifest;
7777

@@ -389,7 +389,7 @@ namespace nil {
389389
}
390390

391391
if (n_sl > 1) {
392-
392+
393393
generate_assignments_constant(component, bp, assignment, instance_input, start_row_index);
394394

395395
std::size_t total_deg =

0 commit comments

Comments
 (0)