A notification of an epoch transition.
| 146 | tracing::info!( |
| 147 | epoch = transition.epoch.get(), |
| 148 | "private key not in validator set, entering verifier mode" |
| 149 | ); |
| 150 | } |
| 151 | } |
| 152 | } else { |
| 153 | tracing::info!( |
| 154 | epoch = transition.epoch.get(), |
| 155 | "consensus signing disabled, entering verifier mode" |
| 156 | ); |
nothing calls this directly
no outgoing calls
no test coverage detected