mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Fix CI for unused PendingOnionMessage
This commit is contained in:
parent
b1d7829565
commit
8400cfc0d8
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
use crate::io;
|
||||
use crate::ln::msgs::DecodeError;
|
||||
#[cfg(not(c_bindings))]
|
||||
use crate::onion_message::messenger::PendingOnionMessage;
|
||||
use crate::onion_message::messenger::{Responder, ResponseInstruction};
|
||||
use crate::onion_message::packet::OnionMessageContents;
|
||||
|
|
Loading…
Add table
Reference in a new issue