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

pull/21113/head
ucwong 5 years ago committed by GitHub
parent d5b7d1cc34
commit 0a99efa61f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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"

Loading…
Cancel
Save