Skip to content

Commit

Permalink
Add funding outpoint sigs to tx_signatures message
Browse files Browse the repository at this point in the history
  • Loading branch information
ddustin committed Jun 30, 2022
1 parent e86d4a5 commit c3f2d6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ the byte size of the input and output counts on the transaction to one (1).
* [`sha256`:`txid`]
* [`u16`:`num_witnesses`]
* [`num_witnesses*witness_stack`:`witness_stack`]
* [`txsigs_tlvs`:`tlvs`]

1. subtype: `witness_stack`
2. data:
Expand All @@ -369,6 +370,12 @@ the byte size of the input and output counts on the transaction to one (1).
* [`u16`:`len`]
* [`len*byte`:`witness`]

1. `tlv_stream`: `txsigs_tlvs`
2. types:
1. type: 0 (`funding_outpoint_sig`)
2. data:
* [`...*byte`:`sig`]

#### Requirements

The sending node:
Expand Down

0 comments on commit c3f2d6d

Please sign in to comment.