finished
This commit is contained in:
@@ -478,7 +478,7 @@ impl BlockDownloader {
|
||||
let receipts = block_and_receipts.receipts;
|
||||
let (h, number, parent) = {
|
||||
let header = BlockView::new(&block).header_view();
|
||||
(header.sha3(), header.number(), header.parent_hash())
|
||||
(header.hash(), header.number(), header.parent_hash())
|
||||
};
|
||||
|
||||
// Perform basic block verification
|
||||
|
||||
Reference in New Issue
Block a user