Skip to content

Commit

Permalink
temporarily removed peer announce from endblocker
Browse files Browse the repository at this point in the history
  • Loading branch information
Aven Dauz authored and Aven Dauz committed Aug 12, 2021
1 parent ca4d3f8 commit ced00da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x/nft/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ func (am AppModule) EndBlock(ctx sdk.Context, _ abci.RequestEndBlock) []abci.Val

fmt.Println("Doing broadcast register peer")
go func() {
err := am.keeper.BroadcastRegisterBtPeer(ctx)
if err != nil {
am.keeper.Logger(ctx).Error("Broadcast Register Bt Peer failed", "error", err)
}
//err := am.keeper.BroadcastRegisterBtPeer(ctx)
//if err != nil {
// am.keeper.Logger(ctx).Error("Broadcast Register Bt Peer failed", "error", err)
//}
}()})
}

Expand Down

0 comments on commit ced00da

Please sign in to comment.