From d3de46d7412e03a13b7f03c7ed263f781358ebf3 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:41:30 -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,