Some attempts at troubleshooting
All checks were successful
Build & Test / nix-build (push) Successful in 1m29s

This commit is contained in:
Kodi Craft 2024-10-04 19:55:52 +02:00
parent c26fc23a33
commit 3f0e0ae22f
Signed by: kodi
GPG Key ID: 69D9EED60B242822

View File

@ -65,6 +65,7 @@ defmodule Amethyst.ConnectionState.Login do
if Application.get_env(:amethyst, :encryption, true) do
verify_token = :crypto.strong_rand_bytes(4)
public_key = Amethyst.Keys.get_pub()
Logger.debug("Public key: #{inspect(public_key, limit: :infinity)}")
send(self(), {:send_packet, %{
packet_type: :encryption_request,
server_id: "",