Skip to content

Commit

Permalink
Fix function clause on request timeout in connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Neylix committed Feb 5, 2025
1 parent 33d9c81 commit 8e0b63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/archethic/p2p/client/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ defmodule Archethic.P2P.Client.Connection do

def handle_event(
{:timeout, {:request, msg_id}},
_event_data,
{:connected, _socket},
_,
_,
data = %{node_public_key: node_public_key}
) do
case pop_in(data, [:messages, msg_id]) do
Expand Down

0 comments on commit 8e0b63c

Please sign in to comment.