Skip to content

Commit

Permalink
Show rune unlock height (ordinals#3580)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph authored Nov 22, 2024
1 parent 2115bf2 commit 53753e3
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 66 deletions.
126 changes: 71 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/ordinals/src/rune.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use super::*;
pub struct Rune(pub u128);

impl Rune {
const RESERVED: u128 = 6402364363415443603228541259936211926;
pub const RESERVED: u128 = 6402364363415443603228541259936211926;

const UNLOCKED: usize = 12;

Expand Down
Loading

0 comments on commit 53753e3

Please sign in to comment.