Skip to content

Commit 37cafbe

Browse files
committed
solve: import err
1 parent b78f2a3 commit 37cafbe

File tree

11 files changed

+11
-2
lines changed

11 files changed

+11
-2
lines changed

accounts/abi/bind/backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
)

accounts/abi/bind/backends/simulated.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

accounts/abi/bind/base.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

accounts/abi/bind/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

accounts/accounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

accounts/external/backend.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

accounts/keystore/wallet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ package keystore
1919
import (
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"

accounts/scwallet/wallet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

accounts/usbwallet/wallet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

ethstats/ethstats.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)