Skip to content

Commit efde07d

Browse files
authored
udpate testnet4 finality depth (#60)
1 parent 321c4f2 commit efde07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bitcoin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use super::{
2424
};
2525
use crate::{log_provider::LogPathProvider, node::NodeKind};
2626

27-
pub const FINALITY_DEPTH: u64 = 8;
27+
pub const FINALITY_DEPTH: u64 = 30;
2828

2929
pub struct BitcoinNode {
3030
spawn_output: SpawnOutput,

0 commit comments

Comments
 (0)