Skip to content

Commit

Permalink
udpate testnet4 finality depth (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Dec 16, 2024
1 parent 321c4f2 commit efde07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit efde07d

Please sign in to comment.