From b49d592eee41fbbd04e88e8e6a08c3be372d1b77 Mon Sep 17 00:00:00 2001 From: Grant Wuerker Date: Wed, 24 Jul 2019 18:06:18 +0200 Subject: [PATCH] Copy paste error in comment fixed. --- beacon_node/rpc/src/attestation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_node/rpc/src/attestation.rs b/beacon_node/rpc/src/attestation.rs index 48d9eb469..1cfa81a04 100644 --- a/beacon_node/rpc/src/attestation.rs +++ b/beacon_node/rpc/src/attestation.rs @@ -182,7 +182,7 @@ impl AttestationService for AttestationServiceInstance { resp.set_msg(format!("InvalidIndexedAttestation: {:?}", e).as_bytes().to_vec()); } Err(e) => { - // Attestation was invalid + // Some other error warn!( self.log, "PublishAttestation";