Skip to content

Commit a0c5d11

Browse files
authored
fix(fortuna): Respect legacy tx while calling fill_transaction (#1649)
1 parent f59706e commit a0c5d11

File tree

3 files changed

+119
-58
lines changed

3 files changed

+119
-58
lines changed

apps/fortuna/Cargo.lock

+38-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/fortuna/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fortuna"
3-
version = "6.2.1"
3+
version = "6.2.2"
44
edition = "2021"
55

66
[dependencies]
@@ -36,6 +36,7 @@ lazy_static = "1.4.0"
3636
url = "2.5.0"
3737
chrono = { version = "0.4.38", features = ["clock", "std"] , default-features = false}
3838
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
39+
thiserror = "1.0.61"
3940

4041

4142
[dev-dependencies]

0 commit comments

Comments
 (0)