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.
2 parents 2213f24 + ffedc05 commit 52f1d45Copy full SHA for 52f1d45
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