diff options
author | Felix Lange <fjl@twurst.com> | 2015-06-08 08:49:43 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-06-08 08:54:10 +0800 |
commit | 6c27e2aaf6de99518feea48981882a8a39fa0727 (patch) | |
tree | eb96dc03b0b024bc634f258698aa61f412b029b3 /core | |
parent | 0b493910d38c4f6ed25a196b0e8071dc2afd1fd6 (diff) | |
download | dexon-6c27e2aaf6de99518feea48981882a8a39fa0727.tar.gz dexon-6c27e2aaf6de99518feea48981882a8a39fa0727.tar.zst dexon-6c27e2aaf6de99518feea48981882a8a39fa0727.zip |
core: add bad block for the 'missing nonce check' fork
Diffstat (limited to 'core')
-rw-r--r-- | core/blocks.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/blocks.go b/core/blocks.go index 83727ff62..f0d39e1e1 100644 --- a/core/blocks.go +++ b/core/blocks.go @@ -7,4 +7,5 @@ var BadHashes = map[common.Hash]bool{ common.HexToHash("f269c503aed286caaa0d114d6a5320e70abbc2febe37953207e76a2873f2ba79"): true, common.HexToHash("38f5bbbffd74804820ffa4bab0cd540e9de229725afb98c1a7e57936f4a714bc"): true, common.HexToHash("7064455b364775a16afbdecd75370e912c6e2879f202eda85b9beae547fff3ac"): true, + common.HexToHash("5b7c80070a6eff35f3eb3181edb023465c776d40af2885571e1bc4689f3a44d8"): true, } |