You've already forked specification
9 lines
328 B
Markdown
9 lines
328 B
Markdown
# Transaction Ordering
|
|
|
|
Transactions in a block are inherently ordered by virtue of their inclusion in the [merkle tree](/protocol/blockchain/block/merkle-tree). Furthermore, the [coinbase transaction](/protocol/blockchain/block#coinbase-transaction).
|
|
|
|
## Canonical Transaction Ordering (CTOR)
|
|
|
|
|
|
## Legacy Transaction Ordering
|