Skip to content

Commit

Permalink
fix: fix build / lint issues (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Oct 11, 2024
1 parent 5bdb530 commit 0fab1d1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
24 changes: 19 additions & 5 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 @@ -62,7 +62,7 @@ console-subscriber = { version = "0.3.0", optional = true }
flate2 = "1.0.33"
tar = "0.4.41"
reqwest = { version = "0.12.7", features = ["blocking"] }
tower-http = "0.4.4"
tower-http = { version = "0.6.1", features = ["cors"] }

[dev-dependencies]
tempfile = "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ledger/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ mod tests {
assert_eq!(utxo_body.era(), Era::Byron);

assert_eq!(
utxo_body.lovelace_amount(),
utxo_body.value().coin(),
amount,
"utxo amount doesn't match"
);
Expand Down

0 comments on commit 0fab1d1

Please sign in to comment.