Skip to content

Commit

Permalink
validator picture fixed (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
iambeone authored and faboweb committed Dec 17, 2019
1 parent 0b0dd7f commit f9250db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolvers.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ async function enrichValidator(dataSources, networkId, validator) {
} else if (
validator &&
validatorInfo &&
!validatorInfo.name &&
validatorInfo.name &&
validator.operatorAddress == validatorInfo.operator_address
) {
return {
Expand Down

0 comments on commit f9250db

Please sign in to comment.