Skip to content

Commit 9a588da

Browse files
authored
Merge pull request #1950 from CortexFoundation/dev
Dev
2 parents 5daae48 + fc716c4 commit 9a588da

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

cmd/devp2p/discv5cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
"os"
2222
"time"
2323

24-
"golang.org/x/exp/slog"
2524
"gopkg.in/urfave/cli.v1"
25+
"log/slog"
2626

2727
"github.com/CortexFoundation/CortexTheseus/cmd/devp2p/internal/v5test"
2828
"github.com/CortexFoundation/CortexTheseus/common"

core/headerchain_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ import (
2929
"github.com/CortexFoundation/CortexTheseus/core/types"
3030
"github.com/CortexFoundation/CortexTheseus/log"
3131
"github.com/CortexFoundation/CortexTheseus/params"
32-
"golang.org/x/exp/slog"
32+
33+
"log/slog"
3334
)
3435

3536
func verifyUnbrokenCanonchain(hc *HeaderChain) error {

ctxc/downloader/queue_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import (
3232
"github.com/CortexFoundation/CortexTheseus/core/types"
3333
"github.com/CortexFoundation/CortexTheseus/log"
3434
"github.com/CortexFoundation/CortexTheseus/params"
35-
"golang.org/x/exp/slog"
35+
36+
"log/slog"
3637
)
3738

3839
var (

vendor/github.com/anacrolix/torrent/logging.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)