-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: deprecate destination (in favour of source) (#8)
The original codebase corresponds to a Vesting Contract between A and B, in which A gives tokens to B in a scheduled way. The intended behaviour of this proposal is for A to lock tokens, that only A can withdraw. Following that intended behaviour, we deprecate the concept of "destination" from every call (as it will be same as the source).
- Loading branch information
1 parent
5c50f7f
commit e324816
Showing
3 changed files
with
4 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters