diff --git a/02-peer-protocol.md b/02-peer-protocol.md index f16ee6d57..c340e060c 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -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: @@ -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: