transaction::Builder::add_transparent_input()

This commit is contained in:
Jack Grigg
2019-07-31 16:20:13 +01:00
parent 2a8748582b
commit 388a585515
5 changed files with 155 additions and 3 deletions

View File

@@ -19,8 +19,13 @@ pairing = { path = "../pairing" }
rand = "0.7"
rand_core = "0.5"
rand_os = "0.2"
ripemd160 = { version = "0.8", optional = true }
secp256k1 = { version = "=0.15.0", optional = true }
sha2 = "0.8"
[dev-dependencies]
hex-literal = "0.1"
rand_xorshift = "0.2"
[features]
transparent-inputs = ["ripemd160", "secp256k1"]