mirror of
https://github.com/bitcoin/bips.git
synced 2026-04-06 16:16:45 +00:00
Add BIP-346: OP_TXHASH
This commit is contained in:
8
bip-0346/ref-impl/Cargo.toml
Normal file
8
bip-0346/ref-impl/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "txhash-ref"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bitcoin = { version = "=0.32.8", features = [ "serde" ] }
|
||||
serde_json = "1"
|
||||
Reference in New Issue
Block a user