refactor: use ChainInfo
in authority
to allow support chains dynamically
#7423
Annotations
8 errors
|
pkg/chains/chains.go#L388
cannot use CombineChainList(DefaultChainsList(), chainsPtr) (value of type []Chain) as []*Chain value in return statement
|
pkg/chains/chains.go#L388
cannot use DefaultChainsList() (value of type []*Chain) as []Chain value in argument to CombineChainList
|
pkg/chains/chains.go#L388
cannot use chainsPtr (variable of type []*Chain) as Chain value in argument to CombineChainList
|
pkg/chains/chains.go#L395
undefined: chains1
|
pkg/chains/chains.go#L405
undefined: chains2
|
pkg/chains/chains.go#L413
cannot use combined (variable of type []*Chain) as []Chain value in return statement
|
|
This job was cancelled
Loading