Make the used-in-pub-interfaces TransactionOutputs type alias pub 2021-04-pub-alias
authorMatt Corallo <git@bluematt.me>
Thu, 15 Apr 2021 20:10:21 +0000 (16:10 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 15 Apr 2021 20:10:21 +0000 (16:10 -0400)
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