Mark reduced_tree fork choice as incomplete

This commit is contained in:
Paul Hauner
2019-06-21 09:18:02 +10:00
parent d0037f49d8
commit 0b2ad4d0a1
3 changed files with 22 additions and 12 deletions

View File

@@ -186,7 +186,6 @@ impl<T: BeaconChainTypes> Drop for Client<T> {
fn drop(&mut self) {
// Save the beacon chain to it's store before dropping.
let _result = self.beacon_chain.persist();
dbg!("Saved BeaconChain to store");
}
}