Open rauljordan opened 6 years ago
Just a quick fix to get the tests to work.
What Was Wrong?
in beacon_chain_impl/test.py, CheckpointRecord was imported instead of PartialCrosslinkRecord.
beacon_chain_impl/test.py
CheckpointRecord
PartialCrosslinkRecord
Just a quick fix to get the tests to work.
What Was Wrong?
in
beacon_chain_impl/test.py
,CheckpointRecord
was imported instead ofPartialCrosslinkRecord
.