reproduce the bug
This commit is contained in:
		@@ -377,7 +377,7 @@ func TestProcessStateless(t *testing.T) {
 | 
				
			|||||||
	genesis := gspec.MustCommit(db)
 | 
						genesis := gspec.MustCommit(db)
 | 
				
			||||||
	blockchain, _ := NewBlockChain(db, nil, gspec.Config, ethash.NewFaker(), vm.Config{}, nil, nil)
 | 
						blockchain, _ := NewBlockChain(db, nil, gspec.Config, ethash.NewFaker(), vm.Config{}, nil, nil)
 | 
				
			||||||
	defer blockchain.Stop()
 | 
						defer blockchain.Stop()
 | 
				
			||||||
	chain, _ := GenerateVerkleChain(gspec.Config, genesis, ethash.NewFaker(), db, 1, func(_ int, gen *BlockGen) {
 | 
						chain, _ := GenerateVerkleChain(gspec.Config, genesis, ethash.NewFaker(), db, 2, func(_ int, gen *BlockGen) {
 | 
				
			||||||
		tx, _ := types.SignTx(types.NewTransaction(0, common.Address{1, 2, 3}, big.NewInt(999), params.TxGas, big.NewInt(875000000), nil), signer, testKey)
 | 
							tx, _ := types.SignTx(types.NewTransaction(0, common.Address{1, 2, 3}, big.NewInt(999), params.TxGas, big.NewInt(875000000), nil), signer, testKey)
 | 
				
			||||||
		gen.AddTx(tx)
 | 
							gen.AddTx(tx)
 | 
				
			||||||
		tx, _ = types.SignTx(types.NewTransaction(1, common.Address{}, big.NewInt(999), params.TxGas, big.NewInt(875000000), nil), signer, testKey)
 | 
							tx, _ = types.SignTx(types.NewTransaction(1, common.Address{}, big.NewInt(999), params.TxGas, big.NewInt(875000000), nil), signer, testKey)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user