ethereum / research

MIT License
1.81k stars 591 forks source link

Quick Fix to Beacon Chain Impl Test #88

Open rauljordan opened 6 years ago

rauljordan commented 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.