Make the used-in-pub-interfaces TransactionOutputs type alias pub

This commit is contained in:
Matt Corallo 2021-04-15 16:10:21 -04:00
parent feeb89305a
commit ffedc055b5

View 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