diff --git a/include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp b/include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp index 769693065..c2476cc53 100644 --- a/include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp +++ b/include/nil/crypto3/zk/snark/systems/plonk/placeholder/params.hpp @@ -43,7 +43,7 @@ namespace nil { using field_type = FieldType; using value_type = typename field_type::value_type; using public_input_type = std::vector>; - using constraint_system_type = plonk_constraint_system; + using constraint_system_type = plonk_constraint_system; using assignment_table_type = plonk_table>; };