Skip to content

Commit

Permalink
chain: mark historical bad merkle block as mutable.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jul 12, 2018
1 parent 395811a commit cfeacb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/blockchain/chain.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ class Chain extends AsyncEmitter {
throw new VerifyError(block,
'invalid',
'bad-txnmrklroot',
100);
100,
true);
}

flags &= ~common.flags.VERIFY_BODY;
Expand Down

0 comments on commit cfeacb3

Please sign in to comment.