Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 9, 2023
1 parent 826916a commit e50b8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/runes/runestone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ use super::*;

const TAG_BODY: u128 = 0;
const TAG_DIVISIBILITY: u128 = 1;
const TAG_SYMBOL: u128 = 3;
const TAG_RUNE: u128 = 2;
const TAG_SYMBOL: u128 = 3;
const TAG_LIMIT: u128 = 4;
const TAG_TERM: u128 = 6;
const TAG_FLAGS: u128 = 8;

const FLAG_ETCH: u128 = 1;

// todo:
Expand Down

0 comments on commit e50b8bc

Please sign in to comment.