Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Jan 8, 2025
1 parent 06394fb commit 963465e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/citrea_config/batch_prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ mod tests {
proving_mode = "skip"
proof_sampling_number = 500
enable_recovery = true
use_latest_elf = true
"#;

let config_file = create_config_from(config);
Expand Down
2 changes: 1 addition & 1 deletion src/config/docker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{

const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0";
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
"chainwayxyz/citrea-test:5310950a46d06d678d2c7bc75cfbe1b92c754de9";
"chainwayxyz/citrea-test:33131845d3b47bb79f923eb1f3abb20fb003b5e4";

#[derive(Debug)]
pub struct VolumeConfig {
Expand Down

0 comments on commit 963465e

Please sign in to comment.