Skip to content

Commit

Permalink
Update dot/parachain/prospective-parachains/prospective-parachains.go
Browse files Browse the repository at this point in the history
Co-authored-by: Eclésio Junior <[email protected]>
  • Loading branch information
DanielDDHM and EclesioMeloJunior authored Dec 3, 2024
1 parent 3663b63 commit 355b363
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,5 @@ func (pp *ProspectiveParachains) AnswerMinimumRelayParentsRequest(
}

// Send the result through the sender channel
select {
case sender <- result:
// Successfully sent
default:
// If the receiver is not ready
logger.Warn("Sender channel not ready to accept relay parents data")
}
sender <- result
}

0 comments on commit 355b363

Please sign in to comment.