File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,13 @@ import (
27
27
"log"
28
28
"os"
29
29
"path"
30
- "path/filepath"
31
30
"runtime"
32
31
33
32
"github.com/ethereum/go-ethereum/crypto"
34
33
"github.com/ethereum/go-ethereum/ethutil"
35
34
"github.com/ethereum/go-ethereum/logger"
36
35
"github.com/ethereum/go-ethereum/p2p/nat"
37
36
"github.com/ethereum/go-ethereum/vm"
38
- "github.com/kardianos/osext"
39
37
)
40
38
41
39
var (
Original file line number Diff line number Diff line change @@ -25,10 +25,7 @@ import (
25
25
"fmt"
26
26
"os"
27
27
"os/signal"
28
- "path"
29
- "path/filepath"
30
28
"regexp"
31
- "runtime"
32
29
33
30
"github.com/ethereum/go-ethereum/core/types"
34
31
"github.com/ethereum/go-ethereum/crypto"
Original file line number Diff line number Diff line change @@ -2,12 +2,15 @@ package ethutil
2
2
3
3
import (
4
4
"fmt"
5
- "github.com/kardianos/osext"
6
5
"math/big"
6
+ "os"
7
7
"os/user"
8
8
"path"
9
+ "path/filepath"
9
10
"runtime"
10
11
"time"
12
+
13
+ "github.com/kardianos/osext"
11
14
)
12
15
13
16
func DefaultAssetPath () string {
You can’t perform that action at this time.
0 commit comments