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 vesting module allows for a vesting period to begin in the future if and only if that vesting account is defined in genesis. This is because we are forcing the start time to be the block time.
We should instead include a start time in the msg, and then use that start time in the state machine.
ref cosmos#4287
specifically this comment confirming our analysis that there are not any currently known side effects of doing this.
The text was updated successfully, but these errors were encountered:
Currently, the vesting module allows for a vesting period to begin in the future if and only if that vesting account is defined in genesis. This is because we are forcing the start time to be the block time.
We should instead include a start time in the msg, and then use that start time in the state machine.
ref cosmos#4287
specifically this comment confirming our analysis that there are not any currently known side effects of doing this.
The text was updated successfully, but these errors were encountered: