1
0
mirror of https://github.com/lightning/bolts.git synced 2024-11-19 01:50:03 +01:00

interactive-tx: highlight MUST of serial_id sorting

Suggested-By: @dunxen
This commit is contained in:
niftynei 2023-11-09 22:09:44 -06:00 committed by neil saitug
parent 2ddddbd7c2
commit c51ef43fee

View File

@ -231,7 +231,7 @@ Each node must know the set of the transaction inputs. The *non-initiator*
MAY omit this message.
`serial_id` is a randomly chosen number which uniquely identifies this input.
Inputs in the constructed transaction are sorted by `serial_id`.
Inputs in the constructed transaction MUST be sorted by `serial_id`.
`prevtx` is the serialized transaction that contains the output
this input spends. Used to verify that the input is non-malleable.
@ -304,7 +304,7 @@ The receiving node:
Each node must know the set of the transaction outputs.
`serial_id` is a randomly chosen number which uniquely identifies this output.
Outputs in the constructed transaction are sorted by `serial_id`.
Outputs in the constructed transaction MUST be sorted by `serial_id`.
`sats` is the satoshi value of the output.