Skip to content

Commit

Permalink
Revert "Fix rune ID delta-encoding table (ordinals#3393)"
Browse files Browse the repository at this point in the history
This reverts commit c9fa009.
  • Loading branch information
harutyunaraci authored Apr 2, 2024
1 parent a745d1e commit 60fb3da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/runes/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ And then delta encoded as:

| block delta | TX delta | amount | output |
|-------------|----------|--------|--------|
| 10 | 5 | 5 | 1 |
| 0 | 0 | 10 | 3 |
| 0 | 2 | 1 | 8 |
| 40 | 1 | 25 | 4 |
| 10 | 5 | 100 | 1 |
| 0 | 0 | 100 | 1 |
| 0 | 2 | 100 | 1 |
| 40 | 1 | 100 | 1 |

If an edict output is greater than the number of outputs of the transaction, an
edict rune ID is encountered with block zero and nonzero transaction index, or
Expand Down

0 comments on commit 60fb3da

Please sign in to comment.