From 82642f515ef18471ac2a835c704fe6d52cc936bd Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 2 Jan 2024 00:16:36 +0900 Subject: [PATCH 1/2] Update README.md then -> than Signed-off-by: Ikko Eltociear Ashimine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca66c0..73c84a8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Options: --max-fee Maximum acceptable fee. - This value will be passed to atomicals-js's `--satsbyte` flag if the current network's priority fee is larger then this value. + This value will be passed to atomicals-js's `--satsbyte` flag if the current network's priority fee is larger than this value. [default: 150] From 05cfcb44c258018118f4a54e50ae78b2368e593b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 2 Jan 2024 01:14:05 +0900 Subject: [PATCH 2/2] Update main.rs then -> than Signed-off-by: Ikko Eltociear Ashimine --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 33e2161..ee2fbba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -121,7 +121,7 @@ struct Cli { /// Maximum acceptable fee. /// /// This value will be passed to atomicals-js's `--satsbyte` flag if the current network's - /// priority fee is larger then this value. + /// priority fee is larger than this value. #[arg(long, value_name = "VALUE", default_value_t = 150)] max_fee: u32, /// Disable the unconfirmed transaction count check.