Skip to content

Commit

Permalink
update finality depth
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik committed Dec 13, 2024
1 parent fc12cb0 commit c1fd14e
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 @@ -23,7 +23,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 c1fd14e

Please sign in to comment.