Skip to content

Commit ececf3d

Browse files
committed
Refer to the "sighash_input_commitments" branch of the trezor repo
1 parent 9fbd109 commit ececf3d

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

Cargo.lock

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

trezor-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ test-utils = { path = "../test-utils" }
1818
common = { path = "../common" }
1919
crypto = { path = "../crypto" }
2020
serialization = { path = "../serialization" }
21-
trezor-client = { git = "https://github.com/mintlayer/mintlayer-trezor-firmware", branch = "feature/mintlayer-pk", features = ["bitcoin", "mintlayer"] }
21+
trezor-client = { git = "https://github.com/mintlayer/mintlayer-trezor-firmware", branch = "sighash_input_commitments", features = ["bitcoin", "mintlayer"] }
2222

2323
rstest.workspace = true

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ utils-networking = { path = "../utils/networking" }
2626
utxo = { path = "../utxo" }
2727
wallet-storage = { path = "./storage" }
2828
wallet-types = { path = "./types" }
29-
trezor-client = { git = "https://github.com/mintlayer/mintlayer-trezor-firmware", branch = "mintlayer-master", features = [
29+
trezor-client = { git = "https://github.com/mintlayer/mintlayer-trezor-firmware", branch = "sighash_input_commitments", features = [
3030
"bitcoin",
3131
"mintlayer",
3232
], optional = true }

0 commit comments

Comments
 (0)