Merge pull request #100 from TheBlueMatt/2018-07-htlc-balance-calc
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Tue, 31 Jul 2018 04:59:31 +0000 (00:59 -0400)
committerGitHub <noreply@github.com>
Tue, 31 Jul 2018 04:59:31 +0000 (00:59 -0400)
Fix non-HTLC-inclusion balance calculation (mark II)

Cargo.toml
fuzz/Cargo.toml

index 8add037f394bf8ef5d270e06b44d0fad8e2a8f11..69c6f44b7bad8dd9c6850902917e8b748db59ab7 100644 (file)
@@ -30,4 +30,4 @@ version = "0.13"
 features = ["bitcoinconsensus"]
 
 [dev-dependencies]
-hex = "0.3.2"
+hex = "0.3"
index aec5d9a81a868ecb4193a004de8373a13a170c50..516dd4ce043d127d8652bf40d5a0a66e099b6cfd 100644 (file)
@@ -19,7 +19,7 @@ honggfuzz_fuzz = ["honggfuzz"]
 afl = { version = "0.3", optional = true }
 lightning = { path = "..", features = ["fuzztarget"] }
 bitcoin = { version = "0.13", features = ["fuzztarget"] }
-hex = "0.3.2"
+hex = "0.3"
 honggfuzz = { version = "0.5", optional = true }
 rust-crypto = "0.2"
 secp256k1 = { version = "0.9", features=["fuzztarget"] }