Skip to content

Commit 829953c

Browse files
committed
Changelog-Added: hsmd: Added fields to hsm_sign_remote_commitment_tx to allow complete validation by signing daemon.
1 parent 33d756b commit 829953c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

channeld/commit_tx.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ static void add_offered_htlc_out(struct bitcoin_tx *tx, size_t n,
5050
SUPERVERBOSE("# HTLC %" PRIu64 " offered %s wscript %s\n", htlc->id,
5151
type_to_string(tmpctx, struct amount_sat, &amount),
5252
tal_hex(wscript, wscript));
53-
o_wscript->ptr = tal_dup_arr(o_wscript, u8,
54-
wscript, tal_count(wscript), 0);
53+
o_wscript->ptr = tal_dup_arr(o_wscript, u8, wscript,
54+
tal_count(wscript), 0);
5555
tal_free(wscript);
5656
}
5757

0 commit comments

Comments
 (0)