X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fln%2Fmod.rs;h=b5e433270a51ac9d6a363c9152f4f485fbbe39b2;hb=801d6e5256d6ac91d5d5668da1fa5a2b55303246;hp=d265888e4659c7c9034ff3e4cb0e7164f4bc7bad;hpb=6f16453275638e2753dbb0791e852f096a633b9d;p=rust-lightning diff --git a/lightning/src/ln/mod.rs b/lightning/src/ln/mod.rs index d265888e..b5e43327 100644 --- a/lightning/src/ln/mod.rs +++ b/lightning/src/ln/mod.rs @@ -40,7 +40,7 @@ pub mod channel; mod channel; mod onion_utils; -mod wire; +pub mod wire; // Older rustc (which we support) refuses to let us call the get_payment_preimage_hash!() macro // without the node parameter being mut. This is incorrect, and thus newer rustcs will complain