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

Integrate validators info map into system SC #3908

Merged
merged 12 commits into from
Mar 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'validators-info-interface-defintion-v3' into validators…
…-info-into-systemSC

# Conflicts:
#	state/validatorsInfoMap.go
  • Loading branch information
mariusmihaic committed Mar 18, 2022
commit 95d2d0d7a5af0346379ac711a3f9998db50390d2
2 changes: 1 addition & 1 deletion state/validatorsInfoMap.go
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ func Replace(oldMap, newMap map[uint32][]*ValidatorInfo) {

}

// GetAllValidatorsInfo returns a ValidatorInfoHandler copy slice with validators from all shards.
// GetAllValidatorsInfo returns a []ValidatorInfoHandler copy with validators from all shards.
func (vi *shardValidatorsInfoMap) GetAllValidatorsInfo() []ValidatorInfoHandler {
ret := make([]ValidatorInfoHandler, 0)

You are viewing a condensed version of this merge commit. You can view the full changes here.