Merge pull request #1296 from yukibtc/change-default-lookahead

chain: set `DEFAULT_LOOKAHEAD` to 25
This commit is contained in:
Lloyd Fournier 2024-01-29 19:19:49 +11:00 committed by GitHub
commit d162208d95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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.