From 67bdd05797ea088d0860a47aab7d8c0354eff520 Mon Sep 17 00:00:00 2001 From: Filip Krawczyk Date: Fri, 13 Sep 2024 13:59:52 +0200 Subject: [PATCH] Update comment --- src/fact_registry.cairo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fact_registry.cairo b/src/fact_registry.cairo index e429aa28..1a7723ba 100644 --- a/src/fact_registry.cairo +++ b/src/fact_registry.cairo @@ -5,14 +5,14 @@ use cairo_verifier::{ }; use starknet::ContractAddress; -// settings that identify the verifier (hardcoded in verifier) +// preset that identify the verifier (hardcoded in verifier) #[derive(Drop, Copy, Serde)] struct VerifierPreset { layout: felt252, hasher: felt252, } -// both hardcoded settings and parameters merged together +// both preset and settings merged together #[derive(Drop, Copy, Serde)] struct VerifierConfiguration { layout: felt252, // string encoded as hex