Skip to content

Commit 7a887d5

Browse files
committed
Refer to the "sighash_input_commitments" branch of the Mintlayer core repo
1 parent fab2e8c commit 7a887d5

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

core/embed/rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/embed/rust/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ parity-scale-codec = { version = "3.1", default-features = false, features = [
100100
"derive",
101101
"chain-error",
102102
], optional = true }
103-
ml_common = { git = "https://github.com/mintlayer/mintlayer-core", package = "trezor-common", branch = "master", optional = true }
103+
[dependencies.ml_common]
104+
git = "https://github.com/mintlayer/mintlayer-core"
105+
rev = "5f8e92c53c502ffb6763fd9ed7acc44afabecbbc" # sighash_input_commitments branch
106+
package = "trezor-common"
107+
optional = true
104108

105109
# Runtime dependencies
106110

0 commit comments

Comments
 (0)