This commit is contained in:
2026-05-15 12:23:07 +02:00
parent 361ac73e45
commit ad339dc696
4 changed files with 167 additions and 60 deletions

View File

@@ -51,6 +51,7 @@ int TcpClient_Init(tcp_client_t* client) {
memset(client, 0, sizeof(*client));
client->connection = NULL;
client->peerBlockHeight = 0;
return 0;
}