Unverified Commit 0a99efa6 authored by ucwong's avatar ucwong Committed by GitHub

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

parent d5b7d1cc
...@@ -19,7 +19,7 @@ package shhclient ...@@ -19,7 +19,7 @@ package shhclient
import ( import (
"context" "context"
"github.com/ethereum/go-ethereum" ethereum "github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/common/hexutil"
"github.com/ethereum/go-ethereum/rpc" "github.com/ethereum/go-ethereum/rpc"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv6" whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment