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 e634e58 commit 9320f76Copy full SHA for 9320f76
aggregation_mode/src/backend/mod.rs
@@ -71,14 +71,12 @@ impl ProofAggregator {
71
let sp1_chunk_aggregator_vk_hash_bytes: [u8; 32] =
72
hex::decode(&config.sp1_chunk_aggregator_vk_hash)
73
.expect("Failed to decode SP1 chunk aggregator VK hash")
74
- .as_slice()
75
.try_into()
76
.expect("SP1 chunk aggregator VK hash must be 32 bytes");
77
78
let risc0_chunk_aggregator_image_id_bytes: [u8; 32] =
79
hex::decode(&config.risc0_chunk_aggregator_image_id)
80
.expect("Failed to decode Risc0 chunk aggregator image id")
81
82
83
.expect("Risc0 chunk aggregator image id must be 32 bytes");
84
0 commit comments