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
It might be a good idea to add an ordinals style OP_RETURN that tracks which inputs in the tx are Kontor. Then parsing becomes a lot cheaper because we don't need to check every input of every transaction. The check is quick but still it's a check.
It might be a good idea to add an ordinals style
OP_RETURNthat tracks which inputs in the tx are Kontor. Then parsing becomes a lot cheaper because we don't need to check every input of every transaction. The check is quick but still it's a check.