Skip to content

Commit

Permalink
Added issue to TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 7, 2024
1 parent 5f739f3 commit ce86e01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/p2p/blob_downloader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ defmodule LambdaEthereumConsensus.P2P.BlobDownloader do
defp get_some_peer() do
case P2P.Peerbook.get_some_peer() do
nil ->
# TODO: handle no-peers asynchronously
# TODO: (#1317) handle no-peers asynchronously
raise "No peers available to request blobs from."

peer_id ->
Expand Down
2 changes: 1 addition & 1 deletion lib/lambda_ethereum_consensus/p2p/block_downloader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ defmodule LambdaEthereumConsensus.P2P.BlockDownloader do
defp get_some_peer() do
case P2P.Peerbook.get_some_peer() do
nil ->
# TODO: handle no-peers asynchronously
# TODO: (#1317) handle no-peers asynchronously
raise "No peers available to request blocks from."

peer_id ->
Expand Down

0 comments on commit ce86e01

Please sign in to comment.