From cb28a0ca6bead6305c815d97bc1c2bbd035de2f3 Mon Sep 17 00:00:00 2001 From: jfldde <168934971+jfldde@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:33:07 +0000 Subject: [PATCH] Update DEFAULT_CITREA_DOCKER_IMAGE --- Cargo.toml | 2 +- src/config/docker.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c80e3e1..8c5414e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" resolver = "2" [dependencies] -anyhow = { version = "1.0.68", default-features = false, features = ["std"] } +anyhow = { version = "1.0.68", default-features = false, features = ["std", "backtrace"] } async-trait = "0.1.71" bitcoin = { version = "0.32.2", features = ["serde", "rand"] } bitcoincore-rpc = { version = "0.18.0" } diff --git a/src/config/docker.rs b/src/config/docker.rs index 22814a3..87fa33d 100644 --- a/src/config/docker.rs +++ b/src/config/docker.rs @@ -11,7 +11,7 @@ use crate::utils::get_genesis_path; const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0"; const DEFAULT_CITREA_DOCKER_IMAGE: &str = - "chainwayxyz/citrea-test:f4e3f560c083d949779b5bd0706f945ebd405622"; + "chainwayxyz/citrea-test:57f9b46a366413f2e5b04a2bca07abcc21ad0dde"; #[derive(Debug)] pub struct VolumeConfig {