mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 08:41:07 +00:00
Better logs. (#3650)
This commit is contained in:
@@ -502,6 +502,8 @@ impl ApprovalState {
|
||||
}
|
||||
|
||||
struct CurrentlyCheckingSet {
|
||||
/// Invariant: The contained `Vec` needs to stay sorted as we are using `binary_search_by_key`
|
||||
/// on it.
|
||||
candidate_hash_map: HashMap<CandidateHash, Vec<Hash>>,
|
||||
currently_checking: FuturesUnordered<BoxFuture<'static, ApprovalState>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user