From c6338573d61de4b4206985e3e9593f19a453cd9b Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Mon, 30 Sep 2019 18:32:15 -0500 Subject: [PATCH] nits: align codes --- lightningd/opening_control.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lightningd/opening_control.c b/lightningd/opening_control.c index 0061611c3..98a9eb60b 100644 --- a/lightningd/opening_control.c +++ b/lightningd/opening_control.c @@ -504,14 +504,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);