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
There are some aspects of a transaction that are redundantly computed multiple times during transaction validation (eg. scriptsNeeded) as well as during second revalidation during the process of extracting transactions from the mempool and placing them into a block.
The text was updated successfully, but these errors were encountered:
There are some aspects of a transaction that are redundantly computed multiple times during transaction validation (eg.
scriptsNeeded
) as well as during second revalidation during the process of extracting transactions from the mempool and placing them into a block.The text was updated successfully, but these errors were encountered: