From c1fd14e9f0cd13f44270e4c0fdcd16002a648d56 Mon Sep 17 00:00:00 2001 From: eyusufatik Date: Fri, 13 Dec 2024 18:52:59 +0300 Subject: [PATCH] update finality depth --- src/bitcoin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitcoin.rs b/src/bitcoin.rs index dea6065..ddab3b3 100644 --- a/src/bitcoin.rs +++ b/src/bitcoin.rs @@ -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,