Update to RL upstream 0.0.99
[ldk-sample] / src / cli.rs
index b69f9af20c210638d9e9dedfcebc3d52eb6c4015..47106a0dce0193bb6fad4b7285b0299958f08a0b 100644 (file)
@@ -401,7 +401,7 @@ fn list_channels(channel_manager: Arc<ChannelManager>) {
                }
                println!(
                        "\t\tpeer_pubkey: {},",
-                       hex_utils::hex_str(&chan_info.remote_network_id.serialize())
+                       hex_utils::hex_str(&chan_info.counterparty.node_id.serialize())
                );
                if let Some(id) = chan_info.short_channel_id {
                        println!("\t\tshort_channel_id: {},", id);