Skip to content

Commit

Permalink
update ckb-bitcoin-spv lib to support signet.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Jun 12, 2024
1 parent 4273069 commit 4031816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ ckb-hash = "0.115.0-rc2"

[dependencies.ckb-bitcoin-spv-verifier]
version = "0.1.0"
git = "https://github.com/EthanYuan/ckb-bitcoin-spv"
rev = "b81fd00"
git = "https://github.com/ckb-cell/ckb-bitcoin-spv"
rev = "bfc71d7"

[features]
default = ["default-tls"]
Expand Down

0 comments on commit 4031816

Please sign in to comment.