mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 11:41:51 +00:00
Unify EthSpecs in Mainnet and Minimal
This commit is contained in:
@@ -261,7 +261,7 @@ mod test {
|
||||
|
||||
#[test]
|
||||
fn ssz_encoding() {
|
||||
let original = PubsubMessage::Block(BeaconBlock::empty(&FoundationEthSpec::default_spec()));
|
||||
let original = PubsubMessage::Block(BeaconBlock::empty(&MainnetEthSpec::default_spec()));
|
||||
|
||||
let encoded = ssz_encode(&original);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user