Skip to content
Snippets Groups Projects
Commit d412ff96 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

don't wait if we tried to add a channel

parent 2d5443f6
Branches
Tags
No related merge requests found
......@@ -129,6 +129,9 @@ var rootCmd = &cobra.Command{
if !unsafe && !assumeAuth {
addAuthenticatedChannel(client, recipientID,
recipientContact, isPrecanPartner)
// Do not wait for channel confirmations if we
// tried to add a channel
num_channels_confirmed++
}
msg := message.Send{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment