Skip to content

Commit

Permalink
chain_makers.go: update params
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorwick committed Aug 29, 2022
1 parent 50bad32 commit 91020b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chain_makers.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ func GenerateKnot(config *params.ChainConfig, parent *types.Block, engine consen
log.Println("Block mined has an invalid order")
}

if context == 0 {
if context == params.PRIME {
log.Println("PRIME:", block.Header().Location, block.Header().Number, block.Header().Hash())
}

Expand Down

0 comments on commit 91020b2

Please sign in to comment.