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
Problem: if we do not check that the same user account is used to call issueToken, as registerCommit, the vault or a malicious user can call issueToken for arbitrary users with wrong data, causing it to failr (and collateral being slashed).
Solution: check that msg.sender is the same user that called registerCommit in issueToken
The text was updated successfully, but these errors were encountered:
Problem: if we do not check that the same user account is used to call issueToken, as registerCommit, the vault or a malicious user can call issueToken for arbitrary users with wrong data, causing it to failr (and collateral being slashed).
Solution: check that msg.sender is the same user that called registerCommit in issueToken
The text was updated successfully, but these errors were encountered: