We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b67067 commit 695f9eaCopy full SHA for 695f9ea
aggregation_mode/src/backend/mod.rs
@@ -205,7 +205,7 @@ impl ProofAggregator {
205
ethrex_l2_common::calldata::Value::Bytes(
206
proof.proof_with_pub_values.bytes().into(),
207
),
208
- ethrex_l2_common::calldata::Value::FixedBytes(vk_hash.into()),
+ ethrex_l2_common::calldata::Value::FixedBytes(vk_hash.to_vec().into()),
209
],
210
)
211
.map_err(|e| AggregatedProofSubmissionError::BuildingCalldata(e.to_string()))?
0 commit comments