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

Miner Package Import Fixes #222

Merged
merged 20 commits into from
May 2, 2021
Merged

Miner Package Import Fixes #222

merged 20 commits into from
May 2, 2021

Conversation

TheTeaParty
Copy link
Contributor

@TheTeaParty TheTeaParty commented May 1, 2021

Closes #223

  • Renamed variables which are colliding with imported packages
  • Removed dot import path for logger

@TheTeaParty TheTeaParty requested review from Sriep and platsko May 1, 2021 21:16
@TheTeaParty TheTeaParty mentioned this pull request May 1, 2021
Copy link
Contributor

@Sriep Sriep left a comment

Choose a reason for hiding this comment

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

PR looks fine.
Commented out code is better removed than left to provide a maintenance overhead.
Unclear about the go.mod and go.sum changes.

code/go/0chain.net/miner/protocol_block.go Outdated Show resolved Hide resolved
code/go/0chain.net/miner/protocol_round.go Outdated Show resolved Hide resolved
code/go/0chain.net/miner/protocol_round.go Outdated Show resolved Hide resolved
code/go/0chain.net/miner/protocol_round.go Outdated Show resolved Hide resolved
code/go/0chain.net/go.mod Show resolved Hide resolved
code/go/0chain.net/go.sum Outdated Show resolved Hide resolved
@TheTeaParty TheTeaParty merged commit a71770b into master May 2, 2021
@platsko platsko deleted the feat/miner-import-fixes branch May 5, 2021 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Miner variables are colliding with imported packages
2 participants