Skip to content

Commit

Permalink
Index multiple parents (ordinals#3227)
Browse files Browse the repository at this point in the history
  • Loading branch information
arik-so committed Mar 15, 2024
1 parent c4d1c01 commit 4acc5f8
Show file tree
Hide file tree
Showing 22 changed files with 1,016 additions and 248 deletions.
2 changes: 1 addition & 1 deletion src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ pub struct Inscription {
pub id: InscriptionId,
pub next: Option<InscriptionId>,
pub number: i32,
pub parent: Option<InscriptionId>,
pub parents: Vec<InscriptionId>,
pub previous: Option<InscriptionId>,
pub rune: Option<SpacedRune>,
pub sat: Option<ordinals::Sat>,
Expand Down
Loading

0 comments on commit 4acc5f8

Please sign in to comment.