You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning/src/ln/channel.rs
+28-2Lines changed: 28 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4432,10 +4432,10 @@ mod tests {
4432
4432
use bitcoin::hashes::hex::FromHex;
4433
4433
use hex;
4434
4434
use ln::channelmanager::{HTLCSource,PaymentPreimage,PaymentHash,PendingHTLCStatus,PendingHTLCInfo,PendingHTLCRouting};
4435
-
use ln::channel::{Channel,ChannelKeys,InboundHTLCOutput,OutboundHTLCOutput,InboundHTLCState,OutboundHTLCState,HTLCOutputInCommitment,TxCreationKeys};
4435
+
use ln::channel::{Channel,ChannelKeys,InboundHTLCOutput,OutboundHTLCOutput,InboundHTLCState,OutboundHTLCState,HTLCOutputInCommitment,TxCreationKeys,ChannelError};
4436
4436
use ln::channel::MAX_FUNDING_SATOSHIS;
4437
4437
use ln::features::{InitFeatures,NodeFeatures};
4438
-
use ln::msgs::{OptionalField,DataLossProtect,UpdateAddHTLC,OnionErrorPacket};
4438
+
use ln::msgs::{OptionalField,DataLossProtect,UpdateAddHTLC,OnionErrorPacket,OnionPacket};
4439
4439
use ln::{chan_utils, onion_utils};
4440
4440
use ln::chan_utils::{LocalCommitmentTransaction,ChannelPublicKeys};
0 commit comments