From 606d927a84523873640d29647afbc06aafa5f4fd Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Tue, 12 Feb 2019 17:00:51 +1100 Subject: [PATCH] Update validator_client for spec v0.2.0 --- .../src/block_producer_service/beacon_block_grpc_client.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/validator_client/src/block_producer_service/beacon_block_grpc_client.rs b/validator_client/src/block_producer_service/beacon_block_grpc_client.rs index c1aee86e5..6e038ae8f 100644 --- a/validator_client/src/block_producer_service/beacon_block_grpc_client.rs +++ b/validator_client/src/block_producer_service/beacon_block_grpc_client.rs @@ -20,12 +20,6 @@ impl BeaconBlockGrpcClient { } impl BeaconNode for BeaconBlockGrpcClient { - fn proposer_nonce(&self, pubkey: &PublicKey) -> Result { - // TODO: this might not be required. - // - // See: https://github.com/ethereum/eth2.0-specs/pull/496 - panic!("Not implemented.") - } /// Request a Beacon Node (BN) to produce a new block at the supplied slot. /// /// Returns `None` if it is not possible to produce at the supplied slot. For example, if the