mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
Merge pull request #4797 from ASuciuX/feat/signer-message-updates
Signer message for reward set not determined or not registered signer
This commit is contained in:
@@ -412,7 +412,7 @@ impl<Signer: SignerTrait<T>, T: StacksMessageCodec + Clone + Send + Debug>
|
||||
if self.state == State::NoRegisteredSigners {
|
||||
let next_reward_cycle = current_reward_cycle.saturating_add(1);
|
||||
if let Some(event) = event {
|
||||
info!("Signer is not registered for the current reward cycle ({current_reward_cycle}) or next reward cycle ({next_reward_cycle}). Waiting for confirmed registration...");
|
||||
info!("Signer is not registered for the current reward cycle ({current_reward_cycle}). Reward set is not yet determined or signer is not registered for the upcoming reward cycle ({next_reward_cycle}).");
|
||||
warn!("Ignoring event: {event:?}");
|
||||
}
|
||||
return None;
|
||||
|
||||
Reference in New Issue
Block a user