Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added access control when doing deposit
- When deposit, will check is the `_msgSender()` has sufficient allowance of the `spender` - When do withdraw, will check is the `_msgSender()` is domain owner
- Loading branch information