Fix more unused warnings in test_utils

This commit is contained in:
Elias Rohrer 2023-09-13 09:42:56 +02:00
parent ba05f9b3f5
commit 9ee9809547
No known key found for this signature in database
GPG Key ID: 36153082BDF676FD

View File

@ -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,
}