Merge remote-tracking branch 'origin/network-clean' into eth1-deploy

This commit is contained in:
Paul Hauner
2019-11-29 17:09:01 +11:00
13 changed files with 58 additions and 81 deletions

View File

@@ -669,7 +669,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
});
}
other => {
warn!(
trace!(
self.log,
"Beacon attestation rejected";
"reason" => format!("{:?}", other),
@@ -1024,7 +1024,7 @@ impl<T: BeaconChainTypes> BeaconChain<T> {
});
}
other => {
warn!(
trace!(
self.log,
"Beacon block rejected";
"reason" => format!("{:?}", other),