Skip to content
This repository was archived by the owner on Sep 18, 2020. It is now read-only.

Commit d7db58e

Browse files
committed
bridged_validator_set.sol: change function name to calledByValidatorProcessOnChangeFinalizedEvent
1 parent 5040472 commit d7db58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/bridged_validator_set.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contract BridgedValidatorSet {
2020
return validatorSet;
2121
}
2222

23-
function calledByBridgeOnChangeFinalizedEvent(address[] newValidatorSet, uint256 blockNumberOfChange) {
23+
function calledByValidatorProcessOnChangeFinalizedEvent(address[] newValidatorSet, uint256 blockNumberOfChange) {
2424
// only senders that are currently validators can call this function
2525
require(validatorSet.contains(msg.sender));
2626
// ensure that we don't go back to a previous change if

0 commit comments

Comments
 (0)