Skip to content

Commit

Permalink
add issue for removing pointers from chain list functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kingpinXD committed Apr 26, 2024
1 parent 4a82d45 commit 9fcaeef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/chains/chains.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,8 @@ func ZetaChainFromChainID(chainID string) (Chain, error) {
}
}

// TODO : https://github.com/zeta-chain/node/issues/2080
// remove the usage of this function
// chainListPointers returns a list of chain pointers
func chainListPointers(chains []Chain) []*Chain {
var c []*Chain
Expand Down

0 comments on commit 9fcaeef

Please sign in to comment.