Skip to content

Commit 63460bd

Browse files
authored
Merge pull request ethereum#1349 from luozexuan/develop
chore: fix function name
2 parents 3949415 + 6947088 commit 63460bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/chain_makers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ func makeBlockChainWithGenesis(genesis *Genesis, n int, engine consensus.Engine,
618618
return db, blocks
619619
}
620620

621-
// makeBlockChain creates a deterministic chain of blocks rooted at parent with fake invalid transactions.
621+
// makeFakeNonEmptyBlockChain creates a deterministic chain of blocks rooted at parent with fake invalid transactions.
622622
func makeFakeNonEmptyBlockChain(parent *types.Block, n int, engine consensus.Engine, db ethdb.Database, seed int, numTx int) []*types.Block {
623623
blocks, _ := GenerateChain(params.TestChainConfig, parent, engine, db, n, func(i int, b *BlockGen) {
624624
addr := common.Address{0: byte(seed), 19: byte(i)}

0 commit comments

Comments
 (0)