mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
core: refactor TestStateProcessorErrors
This commit is contained in:
parent
6bb13e8e2b
commit
8843165e3b
1 changed files with 2 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ func TestStateProcessorErrors(t *testing.T) {
|
|||
Ethash: new(params.EthashConfig),
|
||||
TerminalTotalDifficulty: big.NewInt(0),
|
||||
TerminalTotalDifficultyPassed: true,
|
||||
ShanghaiTime: new(uint64),
|
||||
CancunTime: new(uint64),
|
||||
ShanghaiTime: u64(0),
|
||||
CancunTime: u64(0),
|
||||
}
|
||||
signer = types.LatestSigner(config)
|
||||
key1, _ = crypto.HexToECDSA("b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291")
|
||||
|
|
|
|||
Loading…
Reference in a new issue