diff --git a/beacon_chain/spec/eth2_apis/rest_remote_signer_calls.nim b/beacon_chain/spec/eth2_apis/rest_remote_signer_calls.nim index 093e4ffec..bb56cdd5a 100644 --- a/beacon_chain/spec/eth2_apis/rest_remote_signer_calls.nim +++ b/beacon_chain/spec/eth2_apis/rest_remote_signer_calls.nim @@ -56,9 +56,6 @@ declareCounter nbc_remote_signer_500_responses, declareCounter nbc_remote_signer_unknown_responses, "Number of unrecognized responses (unknown response code)" -declareCounter nbc_remote_signer_communication_errors, - "Number of communication errors" - declareHistogram nbc_remote_signer_duration, "Time(s) used to generate signature usign remote signer", buckets = [0.050, 0.100, 0.500, 1.0, 5.0, 10.0]