We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e390d commit b4987f7Copy full SHA for b4987f7
stacks-signer/src/v0/signer.rs
@@ -147,14 +147,14 @@ impl SignerTrait<SignerMessage> for Signer {
147
return;
148
}
149
};
150
- debug!("{self}: received a mock block proposal.";
+ info!("{self}: received a mock block proposal.";
151
"current_reward_cycle" => current_reward_cycle,
152
"epoch" => ?epoch
153
);
154
if epoch == StacksEpochId::Epoch25
155
&& self.reward_cycle == current_reward_cycle
156
{
157
- // We are in epoch 2.5, so we should mock mine to prove we are still alive.
+ // We are in epoch 2.5, so we should mock sign to prove we are still alive.
158
self.mock_sign(mock_proposal.clone());
159
160
0 commit comments