We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08efa5f commit 5894882Copy full SHA for 5894882
lightning/src/onion_message/messenger.rs
@@ -33,7 +33,9 @@ use prelude::*;
33
///
34
/// # Example
35
36
-/// ```
+// Needs to be `ignore` until the `onion_message` module is made public, otherwise this is a test
37
+// failure.
38
+/// ```ignore
39
/// # extern crate bitcoin;
40
/// # use bitcoin::hashes::_export::_core::time::Duration;
41
/// # use bitcoin::secp256k1::{PublicKey, Secp256k1, SecretKey};
0 commit comments