We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89afc26 commit ea6838bCopy full SHA for ea6838b
1 file changed
beacon_node/http_api/src/lib.rs
@@ -1888,7 +1888,7 @@ pub fn serve<T: BeaconChainTypes>(
1888
let should_register = {
1889
let validator_monitor = chain.validator_monitor.read();
1890
validator_monitor.auto_register_enabled()
1891
- && validator_monitor
+ && !validator_monitor
1892
.contains_validator(subscription.validator_index)
1893
};
1894
if should_register {
0 commit comments