From 9fcaeef0c17a65a7d744b9ef366f13d253d343a5 Mon Sep 17 00:00:00 2001 From: Tanmay Date: Fri, 26 Apr 2024 00:40:18 -0400 Subject: [PATCH] add issue for removing pointers from chain list functions --- pkg/chains/chains.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/chains/chains.go b/pkg/chains/chains.go index 325df881d6..8a69e3ebf0 100644 --- a/pkg/chains/chains.go +++ b/pkg/chains/chains.go @@ -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