Merge pull request #886 from TheBlueMatt/2021-04-pub-alias
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Thu, 15 Apr 2021 21:55:53 +0000 (21:55 +0000)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 21:55:53 +0000 (21:55 +0000)
Make the used-in-pub-interfaces TransactionOutputs type alias pub

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