Copy paste error in comment fixed.

This commit is contained in:
Grant Wuerker 2019-07-24 18:06:18 +02:00
parent 51645aa9af
commit b49d592eee
No known key found for this signature in database
GPG Key ID: F7EA56FDDA6C464F

View File

@ -182,7 +182,7 @@ impl<T: BeaconChainTypes> AttestationService for AttestationServiceInstance<T> {
resp.set_msg(format!("InvalidIndexedAttestation: {:?}", e).as_bytes().to_vec()); resp.set_msg(format!("InvalidIndexedAttestation: {:?}", e).as_bytes().to_vec());
} }
Err(e) => { Err(e) => {
// Attestation was invalid // Some other error
warn!( warn!(
self.log, self.log,
"PublishAttestation"; "PublishAttestation";