Skip to content

Commit

Permalink
++ return value
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Jan 31, 2025
1 parent 1880875 commit e2a353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/common/PrecompilesOverride.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ contract PrecompilesOverride is UsingPrecompiles, UsingRegistry {
if (isL2()) {
return getEpochManager().getElectedSignerByIndex(index);
} else {
super.validatorSignerAddressFromCurrentSet(index);
return super.validatorSignerAddressFromCurrentSet(index);
}
}

Expand Down

0 comments on commit e2a353d

Please sign in to comment.