Skip to content

Commit 3df6a48

Browse files
committed
Comment method
1 parent f69ee8e commit 3df6a48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

validator/remote/src/main/java/tech/pegasys/teku/validator/remote/typedef/OkHttpValidatorTypeDefClient.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ public Optional<List<StateValidatorData>> getStateValidators(final List<String>
101101
.map(ObjectAndMetaData::getData);
102102
}
103103

104-
public void getAttestationDuties(
105-
final UInt64 epoch, final Collection<Integer> validatorIndices) {
106-
return
104+
public void getAttestationDuties(final UInt64 epoch, final Collection<Integer> validatorIndices) {
105+
// not implemented
107106
}
108107

109108
public SendSignedBlockResult sendSignedBlock(final SignedBlockContainer blockContainer) {

0 commit comments

Comments
 (0)