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
## Description
Closes#1500.
This PR needs to be updated once
#1513 gets merged. Right now
some things are hardcoded or just using the wrong variables when
checking the rolling withdrawal limits.
## Changes
* Make sure that the withdrawal limits get checked as part of the
bitcoin validation logic.
## Testing Information
This could probably benefit from a few more test cases, but I'll do that
once #1513 is merged.
## Checklist:
- [x] I have performed a self-review of my code
Feature - Validation checks withdrawal amounts against rolling cap
1. Description
We need to make sure that pre-sign request validation of withdrawal requests checks the amount against the rolling window.
1.1 Context & Purpose
This is to enforce that the coordinator is respecting the withdrawal amount caps.
2. Technical Details:
2.1 Acceptance Criteria:
3. Related Issues and Pull Requests (optional):
The text was updated successfully, but these errors were encountered: