Skip to content

Commit

Permalink
updates to udp.go
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixhaolin committed Sep 29, 2018
1 parent 5e71092 commit d76aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func UdpSend(data interface{}) {

ids := make([]discover.NodeID, 0)
if ca.InDuration() {
ids = ca.GetRolesByGroupOnlyBackup(common.RoleValidator)
ids = ca.GetRolesByGroupOnlyBackup(common.RoleValidator|common.RoleBackupValidator)
} else {
ids = ca.GetRolesByGroup(common.RoleValidator)
}
Expand Down

0 comments on commit d76aa86

Please sign in to comment.