This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
prospective-parachains/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 48
48
//! most recent blocks in the relay-chain (which is in fact a tree) which could be built
49
49
//! upon. Depth is always measured against active leaves, and the valid relay-parent that
50
50
//! each candidate can have is determined by the active leaves. The Prospective Parachains
51
- //! subsystem enforces that the relay-parent increases monotonoically , so that logic
51
+ //! subsystem enforces that the relay-parent increases monotonically , so that logic
52
52
//! is not handled here. By communicating with the Prospective Parachains subsystem,
53
53
//! this subsystem extrapolates an "implicit view" from the set of currently active leaves,
54
54
//! which determines the set of all recent relay-chain block hashes which could be relay-parents
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ async fn handle_candidate_backed<Context>(
337
337
target: LOG_TARGET ,
338
338
para_id = ?para,
339
339
?candidate_hash,
340
- "Received instructio to back candidate" ,
340
+ "Received instruction to back candidate" ,
341
341
) ;
342
342
343
343
return Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments