Skip to content

Commit

Permalink
fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
trueptolemy committed Apr 3, 2019
1 parent c8aa7c7 commit f2b4585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lightningd/peer_htlcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -605,8 +605,8 @@ static void forward_htlc(struct htlc_in *hin,
return;

/* In fact, we didn't get the new htlc_out in these 2 cases */
if (failcode == WIRE_UNKNOWN_NEXT_PEERWIRE_UNKNOWN_NEXT_PEER ||
failcode == WIRE_TEMPORARY_CHANNEL_FAILURE) {
if (failcode == WIRE_UNKNOWN_NEXT_PEER ||
failcode == WIRE_TEMPORARY_CHANNEL_FAILURE) {
tal_free(hout);
hout = NULL;
}
Expand Down

0 comments on commit f2b4585

Please sign in to comment.