Small fixes

This commit is contained in:
Djuri 2023-11-08 15:33:37 +01:00
parent 280764a2fa
commit dd32f6cc42
2 changed files with 4 additions and 2 deletions

View file

@ -32,7 +32,7 @@ void setupBlockNotify()
{
String blockHeightStr = http->getString();
currentBlockHeight = blockHeightStr.toInt();
// xTaskNotifyGive(blockUpdateTaskHandle);
xTaskNotifyGive(blockUpdateTaskHandle);
}
// std::strcpy(wsServer, String("wss://" + mempoolInstance + "/api/v1/ws").c_str());