X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fchain%2Fchannelmonitor.rs;h=f0b23c08619632c4ab14d45f5322d51cc017c38d;hb=7d8dc7ac1a05606e6422e0b4126b95717adc075d;hp=d6fd023b4de759396e8ae7e8fa127cee4c35f2dd;hpb=23c4c8b7c78ab2db5ccb8358186e5923fbce5ca3;p=rust-lightning diff --git a/lightning/src/chain/channelmonitor.rs b/lightning/src/chain/channelmonitor.rs index d6fd023b..f0b23c08 100644 --- a/lightning/src/chain/channelmonitor.rs +++ b/lightning/src/chain/channelmonitor.rs @@ -746,7 +746,7 @@ pub(crate) struct ChannelMonitorImpl { } /// 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