Fix more unused warnings in `test_utils`
authorElias Rohrer <dev@tnull.de>
Wed, 13 Sep 2023 07:42:56 +0000 (09:42 +0200)
committerElias Rohrer <dev@tnull.de>
Thu, 14 Sep 2023 07:09:27 +0000 (09:09 +0200)
lightning/src/util/test_utils.rs

index 09c99815bb70077ad19355eb7683a50a9f31526e..785b40befd472ba10b30fb618bd75eb9ab20c15a 100644 (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,
 }