Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • don't non-segwit txid's contain the witness[] as [0x00] and now use the same format? Great explanation. Commented Jul 17, 2021 at 13:31
  • 1
    No. The 0x00 flag is used where the txin_count normally appears in the legacy tx format, and simply indicates that the transaction is a witness transaction so that the remaining bytes are parsed with the second witness format. Commented Jul 18, 2021 at 17:16