Skip to content

Commit b0038a4

Browse files
committed
f fix ci
1 parent 235a88a commit b0038a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/util/persist.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use bitcoin::hashes::hex::{FromHex, ToHex};
1515
use bitcoin::{BlockHash, Txid};
1616

1717
use crate::{io, log_error};
18+
use crate::alloc::string::ToString;
1819
use crate::prelude::{Vec, String};
19-
use crate::routing::scoring::WriteableScore;
2020

2121
use crate::chain;
2222
use crate::chain::chaininterface::{BroadcasterInterface, FeeEstimator};
@@ -27,6 +27,7 @@ use crate::chain::channelmonitor::{ChannelMonitor, ChannelMonitorUpdate, CLOSED_
2727
use crate::ln::channelmanager::ChannelManager;
2828
use crate::routing::router::Router;
2929
use crate::routing::gossip::NetworkGraph;
30+
use crate::routing::scoring::WriteableScore;
3031
use crate::util::logger::Logger;
3132
use crate::util::ser::{Readable, ReadableArgs, Writeable};
3233

0 commit comments

Comments
 (0)