Copy paste error in comment fixed.
This commit is contained in:
parent
51645aa9af
commit
b49d592eee
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user