Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Jan 8, 2025
1 parent 887e70f commit d3de46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/txs/src/txs_cli_vals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ impl ValidatorTxs {
let scaled_bid = (b * 1000.0).round() as u64; // scale to 10ˆ3.
if scaled_bid > 1100 {
bail!(
"a bid amount at 110.0% or above the epoch's reward, will be rejected"
);
"a bid amount at 110.0% or above the epoch's reward, will be rejected"
);
}
ProofOfFeePofUpdateBid {
bid: scaled_bid,
Expand Down

0 comments on commit d3de46d

Please sign in to comment.