mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
Update queue_test.go
This commit is contained in:
parent
5d51208334
commit
3db312d8d3
1 changed files with 0 additions and 3 deletions
|
|
@ -272,9 +272,6 @@ func XTestDelivery(t *testing.T) {
|
|||
world.receipts = rec
|
||||
world.chain = blo
|
||||
world.progress(10)
|
||||
if false {
|
||||
log.SetDefault(log.NewLogger(slog.NewTextHandler(os.Stdout, nil)))
|
||||
}
|
||||
q := newQueue(10, 10)
|
||||
var wg sync.WaitGroup
|
||||
q.Prepare(1, SnapSync)
|
||||
|
|
|
|||
Loading…
Reference in a new issue