We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows
FilesystemStore
1 parent befde89 commit 5933af1Copy full SHA for 5933af1
1 file changed
lightning-persister/src/fs_store.rs
@@ -381,11 +381,6 @@ mod tests {
381
use lightning::util::persist::read_channel_monitors;
382
use std::fs;
383
use std::str::FromStr;
384
- #[cfg(target_os = "windows")]
385
- use {
386
- lightning::get_event_msg,
387
- lightning::ln::msgs::ChannelMessageHandler,
388
- };
389
390
impl Drop for FilesystemStore {
391
fn drop(&mut self) {
0 commit comments