Skip to content

Commit 67266fe

Browse files
authored
Merge pull request #549 from interlay/fix/coinbase-tx-parse-with-version-2
chore: update interbtc version to fix coinbase TX parsing when TX version > 2
2 parents c82f2d2 + c44a0c7 commit 67266fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

runtime/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ rand = { version = "0.7", optional = true }
5959

6060
[dependencies.primitives]
6161
git = "https://github.com/interlay/interbtc"
62-
rev = "4626e80"
62+
rev = "77ff884"
6363
package = "interbtc-primitives"
6464
default_features = false
6565
# NOTE: sp-runtime still in lockfile but not used
@@ -68,7 +68,7 @@ features = ["std"]
6868

6969
[dependencies.module-bitcoin]
7070
git = "https://github.com/interlay/interbtc"
71-
rev = "4626e80"
71+
rev = "77ff884"
7272
package = "bitcoin"
7373
default_features = false
7474
features = ["std", "parser"]

0 commit comments

Comments
 (0)