Fix length requirement in peer_handler msg decode
[rust-lightning] / Cargo.toml
index ff6451f73167d6c6687f6dc327f32a08aaa283cf..b7c6e5cf521e1a306de90c44f9c4782b3aad6954 100644 (file)
@@ -18,3 +18,6 @@ bitcoin = "0.11"
 rust-crypto = "0.2"
 rand = "0.4"
 secp256k1 = "0.8"
+
+[patch.crates-io]
+bitcoin = { git = "https://github.com/rust-bitcoin/rust-bitcoin", branch = "master"  }
\ No newline at end of file