Skip to content

Commit

Permalink
CRC: change debug to info for pre epoch 3.0 cycles requiring a fee
Browse files Browse the repository at this point in the history
Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant committed Apr 3, 2024
1 parent 21368aa commit 1028135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks-signer/src/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ impl Signer {
nonce,
)?;
let tx_fee = if epoch < &StacksEpochId::Epoch30 {
debug!("{self}: in pre Epoch 3.0 cycles, must set a transaction fee for the DKG vote.");
info!("{self}: in pre Epoch 3.0 cycles, must set a transaction fee for the DKG vote.");
let fee = if let Some(max_fee) = self.max_tx_fee_ustx {
let estimated_fee = stacks_client
.get_medium_estimated_fee_ustx(&unsigned_tx)
Expand Down

0 comments on commit 1028135

Please sign in to comment.