Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo-Update SalaryWithDAO.sol #9179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/eip-3267/contracts/SalaryWithDAO.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract SalaryWithDAO is BaseRestorableSalary {
/// A user can agree for DAO control. Then his account can be restored by DAO for the expense
/// of the DAO assigned personnel or software being able to steal his funds.
///
/// Be exteremely careful calling this method: If you refuse and lose your key, your funds are lost!
/// Be extremely careful calling this method: If you refuse and lose your key, your funds are lost!
///
/// Fishers may trick one to resign mistakenly. However, it's no much worse than just fishing for
/// withdrawing the salary token, because a user could just register anew and notify traders/oracles
Expand Down
Loading