removing duplicate imports

This commit is contained in:
priom 2018-09-08 07:08:27 -04:00
parent 3e2491d45b
commit c3796278d6
2 changed files with 0 additions and 2 deletions

View file

@ -18,7 +18,6 @@ package main
import (
"fmt"
"github.com/urfave/cli"
"os"
"os/signal"
"path/filepath"

View file

@ -20,7 +20,6 @@ package utils
import (
"crypto/ecdsa"
"fmt"
"github.com/urfave/cli"
"io/ioutil"
"math/big"
"os"