Skip to content

Commit

Permalink
Merge branch 'main' into mock-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gcomte committed Jun 6, 2024
2 parents 371eff0 + 0584c8b commit 3fc5967
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 @@ -58,7 +58,7 @@ serde_json = "1.0"
sha2 = { version = "0.10.8", features = [] }
simplelog = { version = "0.12.2" }
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "sync"] }
tokio = { version = "1.38.0", features = ["rt-multi-thread", "time", "sync"] }
uniffi = "0.27.0"
uuid = { version = "1.8.0", features = ["v5"] }

Expand Down
2 changes: 1 addition & 1 deletion src/lnurl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl LnUrlWithdrawDetails {
) -> Self {
Self {
min_withdrawable: request_data
.max_withdrawable
.min_withdrawable
.as_msats()
.to_amount_up(exchange_rate),
max_withdrawable: request_data
Expand Down

0 comments on commit 3fc5967

Please sign in to comment.