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, a service can still claim funds or make a withdrawal even though the lock already expired. The lock expiry check should be in the smart contract's transferFromLock() and withdrawFromLock() implementations.
Currently, a service can still claim funds or make a withdrawal even though the lock already expired. The lock expiry check should be in the smart contract's
transferFromLock()andwithdrawFromLock()implementations.