client/authority-discovery: Pass packet payload and addresses as slice
Starting with Bytes 0.5 `Vec<T>` does not implement `Buf`, but `&[T]` does.
parent
7c869898
Please register or sign in to comment
Starting with Bytes 0.5 `Vec<T>` does not implement `Buf`, but `&[T]` does.