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

Fetching logs by hash in blockchain database #8463

Merged
merged 12 commits into from
May 2, 2018
Prev Previous commit
typo: missed a comment
  • Loading branch information
sorpaas committed Apr 23, 2018
commit 2963c3b0fd538ac61925706b017076a2a6998c76
1 change: 1 addition & 0 deletions ethcore/src/client/client.rs
Original file line number Diff line number Diff line change
@@ -1906,6 +1906,7 @@ impl BlockChainClient for Client {
blocks.push(current_hash);
}

// Stop if `from` block is reached.
if header.number() <= from_number {
break;
}