From 119d6c7f33c9a73a3666cec17f345a0e70f5c1f8 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:19:20 -0500 Subject: [PATCH] fmt --- tools/txs/src/txs_cli_vals.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/txs/src/txs_cli_vals.rs b/tools/txs/src/txs_cli_vals.rs index bfd34ce70..98d1ea749 100644 --- a/tools/txs/src/txs_cli_vals.rs +++ b/tools/txs/src/txs_cli_vals.rs @@ -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,