From: Jeffrey Czyz Date: Wed, 12 May 2021 18:35:26 +0000 (-0700) Subject: Merge pull request #11 from valentinewallace/expose-channel-publicness X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=commitdiff_plain;h=c3218f27e26b5bc5e684fd967ce80546675104a9;hp=df4c99984d6ac818fbdfaf4fd4df3043c6a3c74e Merge pull request #11 from valentinewallace/expose-channel-publicness Indicate whether a channel is public in `listchannels` --- diff --git a/src/cli.rs b/src/cli.rs index 2ea7271..36b9704 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -675,8 +675,7 @@ pub(crate) fn parse_peer_info( if peer_addr_str.is_none() || peer_addr_str.is_none() { return Err(std::io::Error::new( std::io::ErrorKind::Other, - "ERROR: incorrectly formatted peer - info. Should be formatted as: `pubkey@host:port`", + "ERROR: incorrectly formatted peer info. Should be formatted as: `pubkey@host:port`", )); }