X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fser_macros.rs;h=6758e36dff551adffc9c58e88cd1977766984001;hp=28bd0e6882bb38cd8ab552117856685ac1690fa1;hb=eff8af21103e43f763cb10ae6a75c1543a2d4068;hpb=4909d3cd6a05dfcba39fe08e6d8f539944c8ef66 diff --git a/lightning/src/util/ser_macros.rs b/lightning/src/util/ser_macros.rs index 28bd0e68..6758e36d 100644 --- a/lightning/src/util/ser_macros.rs +++ b/lightning/src/util/ser_macros.rs @@ -152,7 +152,7 @@ mod tests { use std::io::{Cursor, Read}; use ln::msgs::DecodeError; use util::ser::{Readable, Writeable, HighZeroBytesDroppedVarInt, VecWriter}; - use secp256k1::PublicKey; + use bitcoin::secp256k1::PublicKey; // The BOLT TLV test cases don't include any tests which use our "required-value" logic since // the encoding layer in the BOLTs has no such concept, though it makes our macros easier to