mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
This was a bug regarding the following state transition functions: Free -> Connected Free -> Move Inbound connections go directly to Connected (1) and Move (2) in the following cases- when an inbound connection connects to us (1), when we blacklist a peer due to missing dispatchers (2). If we previously had a connection on the same port that was now marked as HostState::Free in the hostregistry, this would create a panic.