Skip to content

Commit 9ee9809

Browse files
committed
Fix more unused warnings in test_utils
1 parent ba05f9b commit 9ee9809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/util/test_utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ impl<Signer: sign::WriteableEcdsaChannelSigner> chainmonitor::Persist<Signer> fo
427427
}
428428
}
429429

430-
pub(crate) struct TestStore {
430+
pub struct TestStore {
431431
persisted_bytes: Mutex<HashMap<String, HashMap<String, Vec<u8>>>>,
432432
read_only: bool,
433433
}

0 commit comments

Comments
 (0)