Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rune doc table numbers #3393

Merged
merged 5 commits into from
Mar 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix rune table numbers
  • Loading branch information
chendatony31 committed Mar 28, 2024
commit c0f1de14b46676c10f742cf930cdb7a8ab40d16f
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 | 100 | 1 |
| 0 | 0 | 100 | 1 |
| 0 | 2 | 100 | 1 |
| 40 | 1 | 100 | 1 |
| 10 | 5 | 5 | 1 |
| 0 | 0 | 10 | 3 |
| 0 | 2 | 1 | 8 |
| 40 | 1 | 25 | 4 |

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