File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ import (
20
20
"bytes"
21
21
"encoding/json"
22
22
"fmt"
23
- "github.com/robertkrimen/otto"
24
23
"strings"
25
24
26
25
"github.com/ethereum/go-ethereum/common"
27
26
"github.com/ethereum/go-ethereum/common/docserver"
28
27
"github.com/ethereum/go-ethereum/common/registrar"
29
28
"github.com/ethereum/go-ethereum/crypto"
30
29
"github.com/ethereum/go-ethereum/xeth"
30
+ "github.com/robertkrimen/otto"
31
31
)
32
32
33
33
type abi2method map [[8 ]byte ]* method
Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ import (
34
34
"bytes"
35
35
"errors"
36
36
"fmt"
37
- "github.com/ethereum/go-ethereum/core/state"
38
- "github.com/ethereum/go-ethereum/crypto"
39
37
"math/big"
40
38
"unsafe"
39
+
40
+ "github.com/ethereum/go-ethereum/core/state"
41
+ "github.com/ethereum/go-ethereum/crypto"
42
+ "github.com/ethereum/go-ethereum/params"
41
43
)
42
44
43
45
type JitVm struct {
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ package randentropy
18
18
19
19
import (
20
20
crand "crypto/rand"
21
- "github.com/ethereum/go-ethereum/crypto/sha3"
22
21
"io"
22
+
23
+ "github.com/ethereum/go-ethereum/crypto/sha3"
23
24
)
24
25
25
26
var Reader io.Reader = & randEntropy {}
You can’t perform that action at this time.
0 commit comments