This commit is contained in:
Evgeny Danienko 2017-12-14 11:44:03 +03:00
parent fb55fd1265
commit 23c8784ce0
No known key found for this signature in database
GPG key ID: BC8C34D8B45BECBF
2 changed files with 2 additions and 2 deletions

View file

@ -19,6 +19,7 @@ package utils
import ( import (
"crypto/ecdsa" "crypto/ecdsa"
"encoding/json"
"fmt" "fmt"
"io/ioutil" "io/ioutil"
"math/big" "math/big"
@ -56,7 +57,6 @@ import (
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
whisper "github.com/ethereum/go-ethereum/whisper/whisperv5" whisper "github.com/ethereum/go-ethereum/whisper/whisperv5"
"gopkg.in/urfave/cli.v1" "gopkg.in/urfave/cli.v1"
"encoding/json"
) )
var ( var (