You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02-peer-protocol.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,10 @@ The receiving node:
216
216
(and not removed) input's
217
217
-`prevtx` is not a valid transaction
218
218
-`prevtx_vout` is greater or equal to the number of outputs on `prevtx`
219
-
- the `scriptPubKey` of the `prevtx_out` output of `prevtx` is not exactly a 1-byte push opcode (for the numeric values 0 to 16) followed by a data push between 2 and 40 bytes
219
+
- if the `script_sig` is provided:
220
+
- and it is not exactly a 1-byte push opcode (for the numeric values `0` to `16`) followed by a data push between 2 and 40 bytes OR
221
+
- else:
222
+
- the `scriptPubKey` of the `prevtx_out` output of `prevtx` is not exactly a 1-byte push opcode (for the numeric values 0 to 16) followed by a data push between 2 and 40 bytes
220
223
followed by a single push of 2 to 40 bytes
221
224
- the `serial_id` is already included in the transaction
0 commit comments