Skip to content

Commit

Permalink
Add a hash of a non-UIP1 nodes to BadHashes
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Mar 3, 2019
1 parent 42aa50c commit ce5b64c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ package core
import "github.com/ubiq/go-ubiq/common"

// BadHashes represent a set of manually tracked bad hashes (usually hard forks)
var BadHashes = map[common.Hash]bool{}
var BadHashes = map[common.Hash]bool{
common.HexToHash("0x1ae014496c597f255ab617396b390761146c69dd3caa76c8cad11bc1eaefe2af"): true,
}

0 comments on commit ce5b64c

Please sign in to comment.