Skip to content

Commit

Permalink
nits: align codes
Browse files Browse the repository at this point in the history
  • Loading branch information
niftynei committed Oct 1, 2019
1 parent f37c2e1 commit c6ee3d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lightningd/opening_control.c
Expand Up @@ -502,14 +502,14 @@ static void opening_fundee_finished(struct subd *openingd,
}

log_debug(channel->log, "Watching funding tx %s",
type_to_string(reply, struct bitcoin_txid,
&channel->funding_txid));
type_to_string(reply, struct bitcoin_txid,
&channel->funding_txid));

channel_watch_funding(ld, channel);

/* Tell plugins about the success */
notify_channel_opened(ld, &channel->peer->id, &channel->funding,
&channel->funding_txid, &channel->remote_funding_locked);
&channel->funding_txid, &channel->remote_funding_locked);

/* On to normal operation! */
peer_start_channeld(channel, pps, funding_signed, false);
Expand Down

0 comments on commit c6ee3d5

Please sign in to comment.