Tidy comments

This commit is contained in:
Paul Hauner
2019-06-17 10:01:23 -04:00
parent 9cec5dc073
commit 25e93f60fd
2 changed files with 1 additions and 5 deletions

View File

@@ -130,10 +130,6 @@ struct SszContainer {
bytes: Vec<u8>,
}
// NOTE!
//
// This code has not been tested, it is a placeholder until we can update to the new libp2p
// spec.
fn decode(packet: Vec<u8>) -> Result<RPCEvent, DecodeError> {
let msg = SszContainer::from_ssz_bytes(&packet)?;