-
Notifications
You must be signed in to change notification settings - Fork 4
fixed short padding #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed short padding #1771
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
6 Skipped Deployments
|
|
|
Changed short padding back to 1%, but also fixed how it was being calculated. Previously, although we wanted to increase the allowance by 1% (i.e. multiply by 1.01e18), what we were actually doing was a much smaller increase (i.e., multiplying by 1e18 + 1), which often resulted in 0. |
I still get insufficient allowance
