File tree Expand file tree Collapse file tree 11 files changed +11
-2
lines changed
Expand file tree Collapse file tree 11 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import (
2121 "errors"
2222 "math/big"
2323
24+ ethereum "github.com/cryptoecc/ETH-ECC"
2425 "github.com/cryptoecc/ETH-ECC/common"
2526 "github.com/cryptoecc/ETH-ECC/core/types"
2627)
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import (
2424 "sync"
2525 "time"
2626
27+ ethereum "github.com/cryptoecc/ETH-ECC"
2728 "github.com/cryptoecc/ETH-ECC/accounts/abi"
2829 "github.com/cryptoecc/ETH-ECC/accounts/abi/bind"
2930 "github.com/cryptoecc/ETH-ECC/common"
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424 "strings"
2525 "sync"
2626
27- _ "github.com/cryptoecc/ETH-ECC"
27+ ethereum "github.com/cryptoecc/ETH-ECC"
2828 "github.com/cryptoecc/ETH-ECC/accounts/abi"
2929 "github.com/cryptoecc/ETH-ECC/common"
3030 "github.com/cryptoecc/ETH-ECC/core/types"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import (
2121 "errors"
2222 "time"
2323
24+ ethereum "github.com/cryptoecc/ETH-ECC"
2425 "github.com/cryptoecc/ETH-ECC/common"
2526 "github.com/cryptoecc/ETH-ECC/core/types"
2627 "github.com/cryptoecc/ETH-ECC/log"
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "fmt"
2222 "math/big"
2323
24- _ "github.com/cryptoecc/ETH-ECC"
24+ ethereum "github.com/cryptoecc/ETH-ECC"
2525 "github.com/cryptoecc/ETH-ECC/common"
2626 "github.com/cryptoecc/ETH-ECC/core/types"
2727 "github.com/cryptoecc/ETH-ECC/event"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import (
2121 "math/big"
2222 "sync"
2323
24+ ethereum "github.com/cryptoecc/ETH-ECC"
2425 "github.com/cryptoecc/ETH-ECC/accounts"
2526 "github.com/cryptoecc/ETH-ECC/common"
2627 "github.com/cryptoecc/ETH-ECC/common/hexutil"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ package keystore
1919import (
2020 "math/big"
2121
22+ ethereum "github.com/cryptoecc/ETH-ECC"
2223 "github.com/cryptoecc/ETH-ECC/accounts"
2324 "github.com/cryptoecc/ETH-ECC/core/types"
2425 "github.com/cryptoecc/ETH-ECC/crypto"
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import (
3333 "sync"
3434 "time"
3535
36+ ethereum "github.com/cryptoecc/ETH-ECC"
3637 "github.com/cryptoecc/ETH-ECC/accounts"
3738 "github.com/cryptoecc/ETH-ECC/common"
3839 "github.com/cryptoecc/ETH-ECC/core/types"
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import (
2525 "sync"
2626 "time"
2727
28+ ethereum "github.com/cryptoecc/ETH-ECC"
2829 "github.com/cryptoecc/ETH-ECC/accounts"
2930 "github.com/cryptoecc/ETH-ECC/common"
3031 "github.com/cryptoecc/ETH-ECC/core/types"
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import (
3030 "sync"
3131 "time"
3232
33+ ethereum "github.com/cryptoecc/ETH-ECC"
3334 "github.com/cryptoecc/ETH-ECC/common"
3435 "github.com/cryptoecc/ETH-ECC/common/mclock"
3536 "github.com/cryptoecc/ETH-ECC/consensus"
You can’t perform that action at this time.
0 commit comments