solve secp256k1 key problems #39
Annotations
10 errors
golangci-lint:
triedb/database.go#L129
previous case (typecheck)
|
golangci-lint:
sync/syncutils/iterators.go#L30
it.Account undefined (type *AccountIterator has no field or method Account) (typecheck)
|
golangci-lint:
sync/syncutils/iterators.go#L41
it.Hash undefined (type *AccountIterator has no field or method Hash) (typecheck)
|
golangci-lint:
sync/syncutils/iterators.go#L64
it.Hash undefined (type *StorageIterator has no field or method Hash) (typecheck)
|
golangci-lint:
sync/syncutils/iterators.go#L68
it.Slot undefined (type *StorageIterator has no field or method Slot) (typecheck)
|
golangci-lint:
accounts/abi/bind/base.go#L332
c.transactor.SuggestGasTipCap undefined (type ContractTransactor has no field or method SuggestGasTipCap) (typecheck)
|
golangci-lint:
accounts/abi/bind/base.go#L387
c.transactor.SuggestGasPrice undefined (type ContractTransactor has no field or method SuggestGasPrice) (typecheck)
|
golangci-lint:
accounts/abi/bind/base.go#L436
c.transactor.EstimateGas undefined (type ContractTransactor has no field or method EstimateGas) (typecheck)
|
golangci-lint:
accounts/abi/bind/base.go#L493
c.transactor.SendTransaction undefined (type ContractTransactor has no field or method SendTransaction) (typecheck)
|
golangci-lint:
accounts/abi/bind/base.go#L527
c.filterer.FilterLogs undefined (type ContractFilterer has no field or method FilterLogs) (typecheck)
|
Loading