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 Sep 22, 2023. It is now read-only.
Currently the transfer_* functions don't enforce a limit in which the pending owner must accept the transfer.
Expected behavior
A triggered transfer is only valid for x amount of blocks. The pending owner has x amount of blocks time to accept ownership otherwise the pending transfer is revoked.
An additional Timeout as config type makes sense here probably.
The text was updated successfully, but these errors were encountered:
Currently the
transfer_*
functions don't enforce a limit in which the pending owner must accept the transfer.Expected behavior
A triggered transfer is only valid for x amount of blocks. The pending owner has x amount of blocks time to accept ownership otherwise the pending transfer is revoked.
An additional Timeout as config type makes sense here probably.
The text was updated successfully, but these errors were encountered: