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

wallet inscriptions only lists one inscription per sat #2367

Closed
gmart7t2 opened this issue Aug 25, 2023 · 1 comment · Fixed by #3101
Closed

wallet inscriptions only lists one inscription per sat #2367

gmart7t2 opened this issue Aug 25, 2023 · 1 comment · Fixed by #3101
Labels

Comments

@gmart7t2
Copy link
Contributor

Ord recognizes reinscriptions as cursed, but "ord wallet inscriptions" only lists one inscription per sat. I've seen it list the cursed inscription, or the regular one, but never both together.

This happens in ord 0.8.2.

The json /output/ endpoint correctly lists them all.

@gmart7t2
Copy link
Contributor Author

index.get_inscriptions() returns a BTreeMap<SatPoint, InscriptionId>, so can only return at most 1 inscription per satpoint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants