Skip to content

Commit

Permalink
Update app/client/cli/debug.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk authored Jul 25, 2023
1 parent ffbc539 commit 434f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/cli/debug.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func sendDebugMessage(cmd *cobra.Command, debugMsg *messaging.DebugMessage) {

// if the message needs to be broadcast, it'll be handled by the business logic of the message handler
//
// DISCUSS_THIS_COMMIT: The statement above is false. Using `#Send()` will only
// TODO(#936): The statement above is false. Using `#Send()` will only
// be unicast with no opportunity for further propagation.
firstStakedActorAddress := pstore.GetPeerList()[0].GetAddress()
if err != nil {
Expand Down

0 comments on commit 434f253

Please sign in to comment.