From be9cbd5a815bebd31bee3bc70c64c318aa067e8b Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Thu, 16 Mar 2023 15:10:49 -0700 Subject: [PATCH] fmt --- evm/src/generation/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/src/generation/state.rs b/evm/src/generation/state.rs index f2d2a287..1f25cccd 100644 --- a/evm/src/generation/state.rs +++ b/evm/src/generation/state.rs @@ -39,7 +39,7 @@ pub(crate) struct GenerationState { /// useful to see the actual addresses for debugging. Here we store the mapping for all known /// addresses. pub(crate) state_key_to_address: HashMap, - + /// Prover inputs containing the result of a MODMUL-related operation, in reverse order so that the next /// input can be obtained via `pop()`. pub(crate) bignum_modmul_prover_inputs: Vec,