Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
let's admit it, that was just too much whitesapce here.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Jul 15, 2019
1 parent d528ea9 commit af7bc39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/blockchain_double.js
Expand Up @@ -385,9 +385,7 @@ BlockchainDouble.prototype.createBlock = function(parent, emulateParent, callbac

if (parent != null && emulateParent) {
block.header.number = parent.header.number;

block.header.timestamp = parent.header.timestamp;

block.header.parentHash = parent.header.parentHash;
} else {
var parentNumber = parent != null ? to.number(parent.header.number) : -1;
Expand Down

0 comments on commit af7bc39

Please sign in to comment.