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 965ce9c commit 2c84edfCopy full SHA for 2c84edf
src/config/bitcoin.rs
@@ -32,7 +32,7 @@ impl Default for BitcoinConfig {
32
.into_path(),
33
extra_args: Vec::new(),
34
network: Network::Regtest,
35
- docker_image: Some("bitcoin/bitcoin:28.0".to_string()),
+ docker_image: None,
36
env: Vec::new(),
37
idx: 0,
38
docker_host: None,
src/config/docker.rs
@@ -9,7 +9,7 @@ use crate::{
9
utils::get_genesis_path,
10
};
11
12
-const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:28.0";
+const DEFAULT_BITCOIN_DOCKER_IMAGE: &str = "bitcoin/bitcoin:29.0";
13
const DEFAULT_CITREA_DOCKER_IMAGE: &str =
14
"chainwayxyz/citrea-test:05ae8e85015a0c7a5da7d67e6f011fc7be9564b5";
15
0 commit comments