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

Commit

Permalink
chore: update ledger_device_sdk to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Mar 26, 2024
1 parent e4daa92 commit 492e39d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -5,7 +5,7 @@ authors = ["yhql", "agrojean-ledger", "dj8yf0μl"]
edition = "2021"

[dependencies]
ledger_device_sdk = "1.7.1"
ledger_device_sdk = "1.8.0"
include_gif = "1.0.1"
hex = { version = "0.4.3", default-features = false, features = ["serde"] }
bs58 = { version = "0.5.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion src/parsing/transaction_stream_reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl<R> HashingStream<R> {
Ok(res)
}

pub fn finalize(self) -> Result<Sha256Digest, AppSW> {
pub fn finalize(mut self) -> Result<Sha256Digest, AppSW> {
let mut array = [0u8; 32];

self.sha256
Expand Down

0 comments on commit 492e39d

Please sign in to comment.