Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
ssd04 committed Jan 20, 2025
1 parent 9e359e4 commit e509e47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion integrationTests/testProcessorNode.go
Original file line number Diff line number Diff line change
Expand Up @@ -2837,7 +2837,6 @@ func (tpn *TestProcessorNode) setBlockSignatures(blockHeader data.HeaderHandler)
if !wasAdded {
log.Warn("ProofsPool.AddProof not added", "currHdrHash", currHdrHash, "node", tpn.OwnAccount.Address)
}
return err
}

err = blockHeader.SetPubKeysBitmap(pubKeysBitmap)
Expand Down
2 changes: 1 addition & 1 deletion testscommon/dataRetriever/proofsPoolMock.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func (p *ProofsPoolMock) AddProof(headerProof data.HeaderProofHandler) bool {
return p.AddProofCalled(headerProof)
}

return false
return true
}

// CleanupProofsBehindNonce -
Expand Down

0 comments on commit e509e47

Please sign in to comment.