Skip to content

Commit

Permalink
Update cmd/zetaclientd/debug.go
Browse files Browse the repository at this point in the history
Co-authored-by: Charlie Chen <[email protected]>
  • Loading branch information
lumtis and ws4charlie authored Jun 28, 2024
1 parent 1b07d96 commit adfd208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zetaclientd/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func DebugCmd() *cobra.Command {
return fmt.Errorf("invalid chain id")
}

// get ballot identifier according to the chain type\
// get ballot identifier according to the chain type
if chain.Consensus == chains.Consensus_ethereum {
evmObserver := evmobserver.Observer{}
evmObserver.WithZetacoreClient(client)
Expand Down

0 comments on commit adfd208

Please sign in to comment.