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

Commit

Permalink
Release v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 30, 2023
1 parent 7123aee commit 70f53a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0"
name = "atomicalsir"
readme = "README.md"
repository = "https://github.com/hack-ink/atomicalsir"
version = "0.1.8"
version = "0.1.9"

[profile.ci-dev]
incremental = false
Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async fn main() -> Result<()> {
let Cli { atomicals_js_dir, max_fee, no_unconfirmed_txs_check, stash, electrumx, strategy } =
Cli::parse();
let wallets = Wallet::load_wallets(&atomicals_js_dir.join("wallets"));
let strategy = if no_unconfirmed_txs_check { Strategy::AverageFirst } else { strategy };

tracing::info!("");
tracing::info!("");
Expand Down

0 comments on commit 70f53a0

Please sign in to comment.