Use Channel::funding_txo instead of its channel_monitor.funding_txo
[rust-lightning] / lightning / src / chain / transaction.rs
index ce43984ebd48b270f0f32da2266da2ac940e2a6b..0f479ff91abdff8c12aabb277d149f9b1646a5b1 100644 (file)
@@ -39,6 +39,8 @@ impl OutPoint {
        }
 }
 
+impl_writeable!(OutPoint, 0, { txid, index });
+
 #[cfg(test)]
 mod tests {
        use chain::transaction::OutPoint;