Skip to content

Commit

Permalink
Implement submit_hashrate for EthApi (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmichel authored Jun 12, 2020
1 parent ad879de commit c08571c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ impl<B, C, SC, P, CT, BE> EthApiT for EthApi<B, C, SC, P, CT, BE> where
}

fn submit_hashrate(&self, _: U256, _: H256) -> Result<bool> {
unimplemented!("submit_hashrate");
Ok(false)
}

fn is_listening(&self) -> Result<bool> {
Expand Down

0 comments on commit c08571c

Please sign in to comment.