X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Foffers%2Foffer.rs;h=a535b378250afbd335bf790680c3f157f75d042c;hb=153d831ccc931683dbd505bdd07c915409e9a9e1;hp=a2008b6a0b5a0899e47c09c495829fd6a567bfd4;hpb=4059677e8e7421c639a4b38eeca1423efb33a3f6;p=rust-lightning diff --git a/lightning/src/offers/offer.rs b/lightning/src/offers/offer.rs index a2008b6a..a535b378 100644 --- a/lightning/src/offers/offer.rs +++ b/lightning/src/offers/offer.rs @@ -13,7 +13,7 @@ //! published as a QR code to be scanned by a customer. The customer uses the offer to request an //! invoice from the merchant to be paid. //! -//! ```ignore +//! ``` //! extern crate bitcoin; //! extern crate core; //! extern crate lightning;