fix golangci.yml and some warnings #449
Annotations
10 errors
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L39
dp.RegisterCommonFlags undefined (type *depositERC1155Params has no field or method RegisterCommonFlags) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L42
dp.Amounts undefined (type *depositERC1155Params has no field or method Amounts) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L49
dp.TokenIDs undefined (type *depositERC1155Params has no field or method TokenIDs) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L56
dp.TokenAddr undefined (type *depositERC1155Params has no field or method TokenAddr) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L63
dp.PredicateAddr undefined (type *depositERC1155Params has no field or method PredicateAddr) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L86
dp.Validate undefined (type *depositERC1155Params has no field or method Validate) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L93
dp.SenderKey undefined (type *depositERC1155Params has no field or method SenderKey) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L100
dp.JSONRPCAddr undefined (type *depositERC1155Params has no field or method JSONRPCAddr) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L107
dp.Amounts undefined (type *depositERC1155Params has no field or method Amounts) (typecheck)
|
golangci_lint:
command/bridge/deposit/erc1155/deposit_erc1155.go#L108
dp.TokenIDs undefined (type *depositERC1155Params has no field or method TokenIDs) (typecheck)
|