mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Fix more unused warnings in test_utils
This commit is contained in:
parent
ba05f9b3f5
commit
9ee9809547
@ -427,7 +427,7 @@ impl<Signer: sign::WriteableEcdsaChannelSigner> chainmonitor::Persist<Signer> fo
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) struct TestStore {
|
||||
pub struct TestStore {
|
||||
persisted_bytes: Mutex<HashMap<String, HashMap<String, Vec<u8>>>>,
|
||||
read_only: bool,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user