Skip to content

Commit

Permalink
Implement submit_work for EthApi (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmichel authored Jun 12, 2020
1 parent c08571c commit 6f4f4b4
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 @@ -425,7 +425,7 @@ impl<B, C, SC, P, CT, BE> EthApiT for EthApi<B, C, SC, P, CT, BE> where
}

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

fn submit_hashrate(&self, _: U256, _: H256) -> Result<bool> {
Expand Down

0 comments on commit 6f4f4b4

Please sign in to comment.