Explorar o código

Fix logger import path

Taylor Gerring %!s(int64=10) %!d(string=hai) anos
pai
achega
fca652eeea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      eth/protocol_test.go

+ 1 - 1
eth/protocol_test.go

@@ -9,11 +9,11 @@ import (
 	"testing"
 	"time"
 
-	ethlogger "github.com/ethereum/go-ethereu/logger"
 	"github.com/ethereum/go-ethereum/core/types"
 	"github.com/ethereum/go-ethereum/crypto"
 	"github.com/ethereum/go-ethereum/errs"
 	"github.com/ethereum/go-ethereum/ethutil"
+	ethlogger "github.com/ethereum/go-ethereum/logger"
 	"github.com/ethereum/go-ethereum/p2p"
 	"github.com/ethereum/go-ethereum/p2p/discover"
 )