Skip to content

Commit 6f4f4b4

Browse files
authored
Implement submit_work for EthApi (#37)
1 parent c08571c commit 6f4f4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rpc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ impl<B, C, SC, P, CT, BE> EthApiT for EthApi<B, C, SC, P, CT, BE> where
425425
}
426426

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

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

0 commit comments

Comments
 (0)