We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feeb893 commit ffedc05Copy full SHA for ffedc05
lightning/src/chain/channelmonitor.rs
@@ -746,7 +746,7 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
746
}
747
748
/// Transaction outputs to watch for on-chain spends.
749
-pub(super) type TransactionOutputs = (Txid, Vec<(u32, TxOut)>);
+pub type TransactionOutputs = (Txid, Vec<(u32, TxOut)>);
750
751
#[cfg(any(test, feature = "fuzztarget", feature = "_test_utils"))]
752
/// Used only in testing and fuzztarget to check serialization roundtrips don't change the
0 commit comments