Skip to content

Commit

Permalink
Fix guardiand admin list-nodes for pythnet
Browse files Browse the repository at this point in the history
Thanks @maiquanghiep

Reported-By: Quang-Hiep Mai <[email protected]>
  • Loading branch information
SEJeff authored and evan-gray committed Sep 1, 2022
1 parent 03746c7 commit 214c3bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/cmd/guardiand/adminnodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ func runListNodes(cmd *cobra.Command, args []string) {
{"Celo", vaa.ChainIDCelo},
{"Near", vaa.ChainIDNear},
{"Terra2", vaa.ChainIDTerra2},
{"Pythnet", vaa.ChainIDPythNet},
}

if isTestnet {
Expand Down

0 comments on commit 214c3bc

Please sign in to comment.