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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
In the case there's a C2T transaction to a non-empty state leaf, the dispute would trigger a revert which makes it impossible to dispute this fradulent transaction.
In the case there's a C2T transaction to a non-empty state leaf, the dispute would trigger a revert which makes it impossible to dispute this fradulent transaction.
Here's the line that triggers a dispute:
hubble-contracts/contracts/libs/Transition.sol
Line 99 in 0032354
I think the fix would be to return an Ok/Error status like in the other
processTransition*
functions.The text was updated successfully, but these errors were encountered: