forked from GalaChain/sdk
-
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.
fix: lock authorities and token authorities can unlock fungibles
Port changes from GalaChain#455 to v2 Closes GalaChain#446 When defined, a lockAuthority on a TokenHold can unlock the token regardless of ownership. A token authority can unlock a TokenHold on another users balance regardless of lockAuthority status. Refactoring or reworking order of unlocks by token authorities is out of scope for this immediate fix, should be pursued in a separate issue if needed.
- Loading branch information
1 parent
143da54
commit 37529b2
Showing
3 changed files
with
101 additions
and
17 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