chain: set DEFAULT_LOOKAHEAD to 25

This commit is contained in:
Yuki Kishimoto
2024-01-23 09:44:38 +01:00
parent fbd1d65618
commit 285ff46a49

View File

@@ -13,7 +13,7 @@ use core::{
use crate::Append;
const DEFAULT_LOOKAHEAD: u32 = 1_000;
const DEFAULT_LOOKAHEAD: u32 = 25;
/// [`KeychainTxOutIndex`] controls how script pubkeys are revealed for multiple keychains, and
/// indexes [`TxOut`]s with them.