moving relayer code #1644
Annotations
10 errors
Run Lint:
client/relayer/chain_provider.go#L66
Error return value of `enc.AppendObject` is not checked (errcheck)
|
Run Lint:
client/relayer/chain_provider.go#L78
Error return value of `enc.AddArray` is not checked (errcheck)
|
Run Lint:
client/relayer/feegrant.go#L28
assignOp: replace `cc.PCfg.FeeGrants.GranteeLastSignerIndex = cc.PCfg.FeeGrants.GranteeLastSignerIndex + 1` with `cc.PCfg.FeeGrants.GranteeLastSignerIndex++` (gocritic)
|
Run Lint:
client/relayer/log.go#L65
appendAssign: append result not assigned to the same slice (gocritic)
|
Run Lint:
client/relayer/msg.go#L14
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run Lint:
client/relayer/msg.go#L15
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run Lint:
client/relayer/provider.go#L73
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run Lint:
client/relayer/provider.go#L78
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run Lint:
client/relayer/provider.go#L262
commentFormatting: put a space between `//` and comment text (gocritic)
|
Run Lint:
client/relayer/provider.go#L270
commentFormatting: put a space between `//` and comment text (gocritic)
|
Loading