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

Fixed comment #16

Merged
merged 2 commits into from
Jan 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading