Update some initial values

This commit is contained in:
Djuri 2024-12-05 18:28:46 +01:00
parent 33c06c86a1
commit d6604d28d6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
char *wsServer;
esp_websocket_client_handle_t blockNotifyClient = NULL;
uint currentBlockHeight = 860000;
uint currentBlockHeight = 873400;
uint blockMedianFee = 1;
bool blockNotifyInit = false;
unsigned long int lastBlockUpdate;