Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct an error about the
MissingBlobIds
. (#3059)
The conversion of `TryFrom<RpcMessage>` for `Vec<BlobId>` was taking the input instead of the response which is wrong and makes any call to `missing_blob_ids` fail. Tests need to be added.
- Loading branch information