mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 22:11:06 +00:00
some fixes to please cargo-spellcheck (#3550)
* some fixes to please cargo-spellcheck * some (not all) fixes for the impl guide * fix
This commit is contained in:
@@ -114,7 +114,7 @@ fn spawn_validation_work(candidate, parachain head, validation function) {
|
||||
}
|
||||
```
|
||||
|
||||
### Fetch Pov Block
|
||||
### Fetch PoV Block
|
||||
|
||||
Create a `(sender, receiver)` pair.
|
||||
Dispatch a [`AvailabilityDistributionMessage`][ADM]`::FetchPoV{ validator_index, pov_hash, candidate_hash, tx, } and listen on the passed receiver for a response. Availability distribution will send the request to the validator specified by `validator_index`, which might not be serving it for whatever reasons, therefore we need to retry with other backing validators in that case.
|
||||
|
||||
Reference in New Issue
Block a user