fix unused imports

This commit is contained in:
Arpit Temani 2022-11-20 21:47:00 +05:30
parent 1004bbd912
commit 06c8ca6611

View file

@ -18,7 +18,6 @@ package main
import (
"fmt"
"io/ioutil"
"math/big"
"os"
"time"
@ -26,8 +25,6 @@ import (
"github.com/BurntSushi/toml"
"gopkg.in/urfave/cli.v1"
"github.com/BurntSushi/toml"
"github.com/ethereum/go-ethereum/accounts/external"
"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/ethereum/go-ethereum/accounts/scwallet"