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
Funds above vestingTotalAmount must be immediately available after creation.
Actual behavior
Extra funds are unlocked in steps preceding vestingStart block.
Steps to reproduce
Create a vesting contract with the vesting start block somewhere in the future, define vesting step block, vesting step amount, total vesting amount. The transaction must have a value greater than total vesting amount. If you try to withdraw those extra funds before the vesting start block you'll get "balance error".
The text was updated successfully, but these errors were encountered:
New issue checklist
README
General information
Bug report
VestingContract.getMinCap must not return a value greater than vestingTotalAmount
Expected behavior
Actual behavior
Steps to reproduce
The text was updated successfully, but these errors were encountered: