Skip to content

Commit

Permalink
fix(fortuna): Respect legacy tx while calling fill_transaction (#1649)
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m authored Jun 3, 2024
1 parent f59706e commit a0c5d11
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 58 deletions.
75 changes: 38 additions & 37 deletions apps/fortuna/Cargo.lock

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

3 changes: 2 additions & 1 deletion apps/fortuna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fortuna"
version = "6.2.1"
version = "6.2.2"
edition = "2021"

[dependencies]
Expand Down Expand Up @@ -36,6 +36,7 @@ lazy_static = "1.4.0"
url = "2.5.0"
chrono = { version = "0.4.38", features = ["clock", "std"] , default-features = false}
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
thiserror = "1.0.61"


[dev-dependencies]
Expand Down
Loading

0 comments on commit a0c5d11

Please sign in to comment.