chore(interop): update u5c spec to v0.8.0 (#493)
This commit is contained in:
parent
ad1a5e3c2e
commit
46dff24c3e
4 changed files with 1318 additions and 468 deletions
|
|
@ -176,7 +176,7 @@ impl Server {
|
|||
/// # Arguments
|
||||
///
|
||||
/// * `blocks` - Ordered list of block bodies corresponding to the client's
|
||||
/// requested range.
|
||||
/// requested range.
|
||||
pub async fn send_block_range(&mut self, blocks: Vec<Body>) -> Result<(), ServerError> {
|
||||
if blocks.is_empty() {
|
||||
self.send_no_blocks().await
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue