mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix lint err
This commit is contained in:
parent
3d12e68d24
commit
0853d74b40
1 changed files with 0 additions and 1 deletions
|
|
@ -540,7 +540,6 @@ func TestProcessParentBlockHash(t *testing.T) {
|
|||
hashB = common.Hash{0x02}
|
||||
header = &types.Header{ParentHash: hashA, Number: big.NewInt(2), Difficulty: big.NewInt(0)}
|
||||
parent = &types.Header{ParentHash: hashB, Number: big.NewInt(1), Difficulty: big.NewInt(0)}
|
||||
genesis = &types.Header{ParentHash: common.Hash{}, Number: big.NewInt(0)}
|
||||
coinbase = common.Address{}
|
||||
)
|
||||
statedb.SetNonce(params.HistoryStorageAddress, 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue