mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/catalyst: remove print
This commit is contained in:
parent
010d228ffd
commit
3f2219eefc
1 changed files with 0 additions and 3 deletions
|
|
@ -28,7 +28,6 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
"github.com/ethereum/go-ethereum/beacon/engine"
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/common/hexutil"
|
||||
|
|
@ -1567,8 +1566,6 @@ func TestParentBeaconBlockRoot(t *testing.T) {
|
|||
|
||||
genesis, blocks := generateMergeChain(10, true)
|
||||
|
||||
spew.Dump(genesis)
|
||||
|
||||
// Set cancun time to last block + 5 seconds
|
||||
time := blocks[len(blocks)-1].Time() + 5
|
||||
genesis.Config.ShanghaiTime = &time
|
||||
|
|
|
|||
Loading…
Reference in a new issue