From efde07d66183948e1a4d6ee6ab0d364fd2b5d05c Mon Sep 17 00:00:00 2001 From: Esad Yusuf Atik Date: Mon, 16 Dec 2024 12:42:08 +0300 Subject: [PATCH] udpate testnet4 finality depth (#60) --- src/bitcoin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,