Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
Fix typo (#16)
Browse files Browse the repository at this point in the history
* Update README.md

then -> than

Signed-off-by: Ikko Eltociear Ashimine <[email protected]>

* Update main.rs

then -> than

Signed-off-by: Ikko Eltociear Ashimine <[email protected]>

---------

Signed-off-by: Ikko Eltociear Ashimine <[email protected]>
  • Loading branch information
eltociear authored Jan 1, 2024
1 parent 70f53a0 commit b3d84e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Options:
--max-fee <VALUE>
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]
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b3d84e9

Please sign in to comment.