derive(Debug) on Events
[rust-lightning] / lightning / src / chain / transaction.rs
index c4917313f2988045a79c656945f76ddaffb75398..946562bc1781f95f77f62ce4aa252509d77eec10 100644 (file)
@@ -35,6 +35,7 @@ impl OutPoint {
        }
 
        /// Converts this OutPoint into the OutPoint field as used by rust-bitcoin
+       /// (C-not exported) as the same type is used universally in the C bindings for all outpoints
        pub fn into_bitcoin_outpoint(self) -> BitcoinOutPoint {
                BitcoinOutPoint {
                        txid: self.txid,