Merge branch 'fixed-vec' into sos

This commit is contained in:
Paul Hauner
2019-05-10 15:27:21 +10:00
164 changed files with 1498 additions and 4513 deletions

View File

@@ -236,7 +236,7 @@ mod test {
#[test]
fn ssz_encoding() {
let original = PubsubMessage::Block(BeaconBlock::empty(&ChainSpec::foundation()));
let original = PubsubMessage::Block(BeaconBlock::empty(&FoundationEthSpec::spec()));
let encoded = ssz_encode(&original);