Prysm: ERROR pool/attestations: Cannot delete seen attestations error=<nil>

Created on 14 Sep 2020  路  3Comments  路  Source: prysmaticlabs/prysm

馃悶 Bug Report

Description

Users are seeing an error message for a nil error after deleting seen attestations.

ERROR pool/attestations: Cannot delete seen attestations error=<nil>
https://github.com/prysmaticlabs/prysm/blob/572227d25e5c76b6f662e9713aedb7b0c668e6eb/beacon-chain/operations/attestations/prune_expired.go#L38-L40 This is not an actual error, but a mistake in the if statement. The line of code should check `err != nil` but does the opposite. :rotating_light: **Users experiencing this error may safely ignore the message for now.** :rotating_light: ### Has this worked before in a previous version? Yes. ## 馃敩 Minimal Reproduction Run any beacon chain with alpha.25. ## 馃敟 Error
ERROR pool/attestations: Cannot delete seen attestations error=<nil>
## 馃實 Your Environment **Operating System:**
  
Linux AMD64
  

What version of Prysm are you running? (Which release)

  
v1.0.0-alpha.25
  

Anything else relevant (validator index / public key)?

Bug

Most helpful comment

This will be resolved in v1.0.0-alpha.26

All 3 comments

Thanks!

This will be resolved in v1.0.0-alpha.26

Was this page helpful?
0 / 5 - 0 ratings

Related issues

paulhauner picture paulhauner  路  4Comments

0xKiwi picture 0xKiwi  路  5Comments

rauljordan picture rauljordan  路  5Comments

shayzluf picture shayzluf  路  4Comments

stefa2k picture stefa2k  路  5Comments