You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to process multiple mints in one bitcoin transaction. For example, [(userA mint ordi), (userB mint sats)]. I put the commits of these two mint operations into the same bitcoin transaction through two inputs. Then reveal them in another bitcoin transaction. Can opi indexer distinguish the ordi and stats mint inscriptions and put them into which output of the reveal?
The text was updated successfully, but these errors were encountered:
If you reveal two inscriptions in the same tx, I believe it will be labelled as "vindicated" by ord since they were cursed before and "vindicated" inscriptions are invalid by brc-20 rules. So, you should reveal a single mint inscription in a single tx.
I want to process multiple mints in one bitcoin transaction. For example, [(userA mint ordi), (userB mint sats)]. I put the commits of these two mint operations into the same bitcoin transaction through two inputs. Then reveal them in another bitcoin transaction. Can opi indexer distinguish the ordi and stats mint inscriptions and put them into which output of the reveal?
The text was updated successfully, but these errors were encountered: