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
eth: Warn instead of fail on audit txHash mismatch.
Some RPC providers return unsigned transaction data, causing the
deserialized tx hash to differ from the on-chain tx hash (coinID).
The contract state is validated against the locator from the contract
data, not the tx hash, so the mismatch is not a security concern.
0 commit comments