Skip to content

Commit

Permalink
travis-ci timeout, try another push
Browse files Browse the repository at this point in the history
  • Loading branch information
trueptolemy committed Feb 27, 2019
1 parent 5095a01 commit 59f2cb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions channeld/channeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -2401,9 +2401,9 @@ static void handle_funding_depth(struct peer *peer, const u8 *msg)
struct short_channel_id *scid;

if (!fromwire_channel_funding_depth(tmpctx,
msg,
&scid,
&depth))
msg,
&scid,
&depth))
master_badmsg(WIRE_CHANNEL_FUNDING_DEPTH, msg);

/* Too late, we're shutting down! */
Expand Down

0 comments on commit 59f2cb9

Please sign in to comment.