Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyrussell committed Jun 9, 2015
1 parent 3fef158 commit a4517f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-channel.c
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int main(int argc, char *argv[])
sign_tx_input(ctx, commit, 0, redeemscript, tal_count(redeemscript),
privkey, &sig);

pkt = update_pkt(ctx, &revocation_hash, delta, &sig);
pkt = update_pkt(ctx, &revocation_hash, this_delta, &sig);
if (!write_all(STDOUT_FILENO, pkt,
sizeof(pkt->len) + le32_to_cpu(pkt->len)))
err(1, "Writing out packet");
Expand Down

0 comments on commit a4517f2

Please sign in to comment.