Skip to content

Commit

Permalink
chore: change user grpc port
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Nov 25, 2023
1 parent 7a38671 commit ec6dfee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (b *Bot) messageHandler(s *discordgo.Session, m *discordgo.MessageCreate) {
syncedMsg := "**this peer is synced with network**"

isSynced := notSyncedMsg
c, err := client.NewClient(strings.Split(peerInfo.Address, "/")[2] + ":50051")
c, err := client.NewClient(strings.Split(peerInfo.Address, "/")[2] + ":50052")
if err != nil {
isSynced = notSyncedMsg
}
Expand Down

0 comments on commit ec6dfee

Please sign in to comment.