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
We currently iterate over all inscriptions (currently >16 million), and check for every single one if the satpoint is in our wallet. For wallets with typical number of outputs it would be much more efficient to iterate over outputs and check if it has an inscription.
We currently iterate over all inscriptions (currently >16 million), and check for every single one if the satpoint is in our wallet. For wallets with typical number of outputs it would be much more efficient to iterate over outputs and check if it has an inscription.
Originally posted by @raphjaph in #2279 (comment)
The text was updated successfully, but these errors were encountered: