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

multi: various cleanups #1019

Merged
merged 1 commit into from
Feb 2, 2018
Merged

multi: various cleanups #1019

merged 1 commit into from
Feb 2, 2018

Conversation

dajohi
Copy link
Member

@dajohi dajohi commented Feb 2, 2018

No description provided.

@@ -219,23 +219,6 @@ func ticketsRevokedInBlock(bl *dcrutil.Block) []chainhash.Hash {
return tickets
}

// voteBitsInBlock returns a list of vote bits for the voters in this block.
func voteBitsInBlock(bl *dcrutil.Block) []stake.VoteVersionTuple {
Copy link
Member

Choose a reason for hiding this comment

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

This is already due for removal in a davec PR

Copy link
Member

Choose a reason for hiding this comment

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

Removed in #1015.

@@ -219,23 +219,6 @@ func ticketsRevokedInBlock(bl *dcrutil.Block) []chainhash.Hash {
return tickets
}

// voteBitsInBlock returns a list of vote bits for the voters in this block.
func voteBitsInBlock(bl *dcrutil.Block) []stake.VoteVersionTuple {
Copy link
Member

Choose a reason for hiding this comment

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

Removed in #1015.

@@ -220,8 +220,6 @@ func TestPeerConnection(t *testing.T) {
if _, ok := msg.(*wire.MsgVerAck); ok {
verack <- struct{}{}
}
pause.Lock()
Copy link
Member

Choose a reason for hiding this comment

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

This is required. It stops a test logic race that causes intermittent failure.

@davecgh davecgh merged commit dce7e3f into decred:master Feb 2, 2018
@dajohi dajohi deleted the cleanup branch February 28, 2019 00:56
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.

3 participants