mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 15:02:20 +01:00
Fix build warnings
This commit is contained in:
parent
6d2ffdd8bd
commit
6a97f648d3
2 changed files with 2 additions and 0 deletions
|
@ -2715,6 +2715,7 @@ mod tests {
|
|||
|
||||
#[cfg(feature = "std")]
|
||||
use std::net::{Ipv4Addr, Ipv6Addr, SocketAddr, SocketAddrV4, SocketAddrV6, ToSocketAddrs};
|
||||
#[cfg(feature = "std")]
|
||||
use crate::ln::msgs::SocketAddressParseError;
|
||||
|
||||
#[test]
|
||||
|
|
|
@ -1823,6 +1823,7 @@ mod tests {
|
|||
use crate::ln::features::{ChannelFeatures, NodeFeatures};
|
||||
use crate::ln::msgs::{ErrorAction, LightningError};
|
||||
use crate::ln::outbound_payment::{Bolt12PaymentError, OutboundPayments, Retry, RetryableSendFailure, StaleExpiration};
|
||||
#[cfg(feature = "std")]
|
||||
use crate::offers::invoice::DEFAULT_RELATIVE_EXPIRY;
|
||||
use crate::offers::offer::OfferBuilder;
|
||||
use crate::offers::test_utils::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue