Skip to content
  • Adrian Catangiu's avatar
    beefy: error logs for validators with dummy keys (#3939) · 5eff3f94
    Adrian Catangiu authored
    
    
    This outputs:
    ```
    2024-04-02 14:36:02.135 ERROR tokio-runtime-worker beefy: 🥩 for session starting at block 21990151
    no BEEFY authority key found in store, you must generate valid session keys
    (https://wiki.polkadot.network/docs/maintain-guides-how-to-validate-polkadot#generating-the-session-keys)
    ```
    error log entry, once every session, for nodes running with
    `Role::Authority` that have no public BEEFY key in their keystore
    
    ---------
    
    Co-authored-by: default avatarBastian Köcher <[email protected]>
    5eff3f94