mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-11 18:04:18 +00:00
Tidy comments
This commit is contained in:
@@ -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)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user