We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1e493 commit 6ba9f2eCopy full SHA for 6ba9f2e
lightning/src/onion_message/messenger.rs
@@ -264,7 +264,7 @@ pub struct PendingOnionMessage<T: OnionMessageContents> {
264
///
265
/// These are obtained when released from [`OnionMessenger`]'s handlers after which they are
266
/// enqueued for sending.
267
-pub type PendingOnionMessage<T: OnionMessageContents> = (T, Destination, Option<BlindedPath>);
+pub type PendingOnionMessage<T> = (T, Destination, Option<BlindedPath>);
268
269
pub(crate) fn new_pending_onion_message<T: OnionMessageContents>(
270
contents: T, destination: Destination, reply_path: Option<BlindedPath>
0 commit comments