We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321c4f2 commit 6ba7230Copy full SHA for 6ba7230
src/bitcoin.rs
@@ -24,7 +24,7 @@ use super::{
24
};
25
use crate::{log_provider::LogPathProvider, node::NodeKind};
26
27
-pub const FINALITY_DEPTH: u64 = 8;
+pub const FINALITY_DEPTH: u64 = 30;
28
29
pub struct BitcoinNode {
30
spawn_output: SpawnOutput,
0 commit comments