Skip to content

Commit

Permalink
psbt: unify seal types
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 14, 2025
1 parent 219ad16 commit 33198e0
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 103 deletions.
105 changes: 52 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,9 @@ getrandom = { version = "0.2", features = ["js"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"

[patch.crates-io]
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
Loading

0 comments on commit 33198e0

Please sign in to comment.