Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Brian/set token fixes #164

Merged
merged 4 commits into from Aug 10, 2018
Merged

Brian/set token fixes #164

merged 4 commits into from Aug 10, 2018

Conversation

bweick
Copy link
Contributor

@bweick bweick commented Aug 10, 2018

No description provided.

@coveralls
Copy link

coveralls commented Aug 10, 2018

Pull Request Test Coverage Report for Build 1246

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 1244: 0.0%
Covered Lines: 334
Relevant Lines: 334

💛 - Coveralls

@@ -288,9 +291,9 @@ contract SetToken is
address _tokenAddress
)
view
internal
public
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this out of the internal section? Where else is it being used?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, can these be external instead of public?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh whoops yeah let me move it. And no we can't because it's used in the constructor so we need to have internal access to it as well.

@bweick bweick merged commit bf85e7c into master Aug 10, 2018
@bweick bweick deleted the brian/set_token_fixes branch August 10, 2018 20:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants