mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
swarm/pss: goimports fixed
This commit is contained in:
parent
d2cf15441f
commit
3942a534fe
1 changed files with 2 additions and 2 deletions
|
|
@ -18,6 +18,7 @@ package pss
|
|||
|
||||
import (
|
||||
"crypto/ecdsa"
|
||||
"errors"
|
||||
"fmt"
|
||||
"sync"
|
||||
|
||||
|
|
@ -26,7 +27,6 @@ import (
|
|||
"github.com/ethereum/go-ethereum/metrics"
|
||||
"github.com/ethereum/go-ethereum/swarm/log"
|
||||
whisper "github.com/ethereum/go-ethereum/whisper/whisperv6"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
type KeyStore struct {
|
||||
|
|
|
|||
Loading…
Reference in a new issue