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 the withdraw_delay in the UserDeposit contract is hardcoded to 100 blocks.
This is inconvenient in tests as waiting 100 blocks unnecessarily slows them down.
Whether we want to take the hit of changing the constructor for this has to be decided though.
The text was updated successfully, but these errors were encountered:
Currently the
withdraw_delay
in theUserDeposit
contract is hardcoded to100
blocks.This is inconvenient in tests as waiting 100 blocks unnecessarily slows them down.
Whether we want to take the hit of changing the constructor for this has to be decided though.
The text was updated successfully, but these errors were encountered: