Skip to content

Commit

Permalink
Document turbo flag (#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmart7t2 authored Apr 17, 2024
1 parent a92fe7a commit 04b178a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/runes/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ FLAG_VALUE`:
enum Flag {
Etching = 0,
Terms = 1,
Turbo = 2,
Cenotaph = 127,
}
```
Expand All @@ -271,6 +272,10 @@ The `Etching` flag marks this transaction as containing an etching.

The `Terms` flag marks this transaction's etching as having open mint terms.

The `Turbo` flag marks this transaction's etching as opting into future
protocol changes. These protocol changes may increase light client validation
costs, or just be highly degenerate.

The `Cenotaph` flag is unrecognized.

If the value of the flags field after removing recognized flags is nonzero, the
Expand Down

0 comments on commit 04b178a

Please sign in to comment.