Explorar o código

whisper: use canonical import name of package go-ethereum (#21099)

ucwong %!s(int64=5) %!d(string=hai) anos
pai
achega
0a99efa61f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      whisper/shhclient/client.go

+ 1 - 1
whisper/shhclient/client.go

@@ -19,7 +19,7 @@ package shhclient
 import (
 	"context"
 
-	"github.com/ethereum/go-ethereum"
+	ethereum "github.com/ethereum/go-ethereum"
 	"github.com/ethereum/go-ethereum/common/hexutil"
 	"github.com/ethereum/go-ethereum/rpc"
 	whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"