Remove encoding error and redundant code

This commit is contained in:
Age Manning
2019-07-24 15:17:44 +10:00
parent 89ff7fb6b8
commit 7d38cba252
4 changed files with 0 additions and 246 deletions

View File

@@ -38,7 +38,6 @@ impl UpgradeInfo for RPCProtocol {
ProtocolId::new("beacon_block_roots", "1.0.0", "ssz").into(),
ProtocolId::new("beacon_block_headers", "1.0.0", "ssz").into(),
ProtocolId::new("beacon_block_bodies", "1.0.0", "ssz").into(),
ProtocolId::new("beacon_chain_state", "1.0.0", "ssz").into(),
]
}
}