QuarantineSet

Type Alias QuarantineSet 

Source
pub type QuarantineSet = HashMap<ChannelId, HashSet<ClosureHash>>;
Expand description

Per-channel quarantined-closure set. Populated by the InsertQuarantine applier (after RemoteRollbackComplete); read by the quarantine gate to refuse-to-dispatch a known-bad SHA.

Aliased Typeยง

pub struct QuarantineSet { /* private fields */ }