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

Refactor/reviewing contract code and comments #234

Merged
merged 12 commits into from Aug 26, 2019

Fixing a wording thing.

  • Loading branch information
Freydal committed Aug 26, 2019
commit d3dee22bb89c07eb123f6e7fa3962ecee3aa2202
@@ -18,8 +18,8 @@ contract EventEmitter is Authorizable {
constructor(address auth) Authorizable(auth) public {
}

/** @dev Emits a standard event from the Kosu contract system. The events can be decoded though the javascript library.
@notice Emits a standard event from the Kosu contract system. The events can be decoded though the javascript library.
/** @dev Emits a standard event from the Kosu contract system. The events can be decoded though the Kosu.js library.
@notice Emits a standard event from the Kosu contract system. The events can be decoded though the Kosu.js library.
@param eventType String name/type of event.
@param data Bytes32 encoded data to be emitted.
@param stringData String containing optional additional information.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.