Skip to content

Commit

Permalink
Changelog-Added: hsmd: Added fields to hsm_sign_remote_commitment_tx …
Browse files Browse the repository at this point in the history
…to allow complete validation by signing daemon.
  • Loading branch information
ksedgwic committed Jan 7, 2020
1 parent 33d756b commit 829953c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions channeld/commit_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ static void add_offered_htlc_out(struct bitcoin_tx *tx, size_t n,
SUPERVERBOSE("# HTLC %" PRIu64 " offered %s wscript %s\n", htlc->id,
type_to_string(tmpctx, struct amount_sat, &amount),
tal_hex(wscript, wscript));
o_wscript->ptr = tal_dup_arr(o_wscript, u8,
wscript, tal_count(wscript), 0);
o_wscript->ptr = tal_dup_arr(o_wscript, u8, wscript,
tal_count(wscript), 0);
tal_free(wscript);
}

Expand Down

0 comments on commit 829953c

Please sign in to comment.