Merge pull request #886 from TheBlueMatt/2021-04-pub-alias
[rust-lightning] / lightning / src / chain / channelmonitor.rs
index 777bc06bfb882745545c3db089c2f918a43c9b95..573d19df50f94a9062af19b82988b18185cb1241 100644 (file)
@@ -746,7 +746,7 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
 }
 
 /// Transaction outputs to watch for on-chain spends.
-pub(super) type TransactionOutputs = (Txid, Vec<(u32, TxOut)>);
+pub type TransactionOutputs = (Txid, Vec<(u32, TxOut)>);
 
 #[cfg(any(test, feature = "fuzztarget", feature = "_test_utils"))]
 /// Used only in testing and fuzztarget to check serialization roundtrips don't change the