Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavofyork committed Sep 27, 2016
1 parent dabf6de commit be3c271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethcore/src/client/test_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ impl BlockChainClient for TestBlockChainClient {
}

fn transaction(&self, _id: TransactionID) -> Option<LocalizedTransaction> {
unimplemented!();
None // Simple default.
}

fn uncle(&self, _id: UncleID) -> Option<Bytes> {
unimplemented!();
None // Simple default.
}

fn transaction_receipt(&self, id: TransactionID) -> Option<LocalizedReceipt> {
Expand Down

0 comments on commit be3c271

Please sign in to comment.