Skip to content

Commit

Permalink
testutil: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 9, 2024
1 parent b680c3b commit 585837f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testutil/testutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func Network() (*consensus.Network, types.Block) {
return n, genesisBlock
}

// V2Network returns a test network and genesis block with early V2 hardforks
func V2Network() (*consensus.Network, types.Block) {
// use a modified version of Zen
n, genesisBlock := chain.TestnetZen()
Expand Down

0 comments on commit 585837f

Please sign in to comment.