swarm/pss: goimports fixed

This commit is contained in:
Vlad 2019-02-15 12:56:46 +04:00
parent d2cf15441f
commit 3942a534fe

View file

@ -18,6 +18,7 @@ package pss
import ( import (
"crypto/ecdsa" "crypto/ecdsa"
"errors"
"fmt" "fmt"
"sync" "sync"
@ -26,7 +27,6 @@ import (
"github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/swarm/log" "github.com/ethereum/go-ethereum/swarm/log"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv6" whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
"github.com/pkg/errors"
) )
type KeyStore struct { type KeyStore struct {