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
Currently, there are three different hashes for a malleated tx:
The original hash of the tx that the user submitted
The hash of the malleated tx itself (a MsgPayForData)
The hash of the wrapped malleated tx that is in the block
This is very confusing and has not been documented well enough, particularly what hash is used when. We need to formalize and document when each hash is used, and see if we can refactor tx indexing to simplify this further.
The text was updated successfully, but these errors were encountered:
Currently, there are three different hashes for a malleated tx:
MsgPayForData
)This is very confusing and has not been documented well enough, particularly what hash is used when. We need to formalize and document when each hash is used, and see if we can refactor tx indexing to simplify this further.
The text was updated successfully, but these errors were encountered: