Skip to content

Commit

Permalink
Merge pull request #241 from meetrick/20240911_2
Browse files Browse the repository at this point in the history
Remove duplicate error handling in authz_vote.go
  • Loading branch information
aarmoa authored Sep 30, 2024
2 parents 6e47286 + 48dea45 commit d4e225c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions auth_vote/authz_vote.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ func main() {
panic(err)
}

if err != nil {
panic(err)
}

senderAddress, cosmosKeyring, err := chainclient.InitCosmosKeyring(
os.Getenv("HOME")+"/.injectived",
"injectived",
Expand Down

0 comments on commit d4e225c

Please sign in to comment.