pub const DEFAULT_FINALITY_DEPTH: u32 = 5;Expand description
Once a tx/outpoint has been observed confirmed/spent for at least this many blocks, we treat it as final and skip further RPC re-checks.
IMPORTANT: for observations with confirmations < FINALITY_DEPTH we must assume they can be reorged and therefore keep re-checking.