Skip to content

Commit

Permalink
splice: (todo del) channeld whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddustin committed Jan 18, 2023
1 parent e2547e6 commit a7d187f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions channeld/channeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,7 @@ static void maybe_send_stfu(struct peer *peer)
towire_channeld_dev_quiesce_reply(tmpctx));

peer->stfu_wait_single_msg = true;

if (peer->on_stfu_success) {

peer->on_stfu_success(peer);
peer->on_stfu_success = NULL;
}
Expand Down

0 comments on commit a7d187f

Please sign in to comment.