diff --git a/src/bitcoin.rs b/src/bitcoin.rs index 378244c..3ef09c5 100644 --- a/src/bitcoin.rs +++ b/src/bitcoin.rs @@ -24,7 +24,7 @@ use super::{ }; use crate::{log_provider::LogPathProvider, node::NodeKind}; -pub const FINALITY_DEPTH: u64 = 8; +pub const FINALITY_DEPTH: u64 = 30; pub struct BitcoinNode { spawn_output: SpawnOutput,