This commit is contained in:
2026-05-15 19:54:48 +02:00
parent 8f3559b3f6
commit 58ff36b218
2 changed files with 2 additions and 2 deletions

0
myeasylog.log Normal file
View File

View File

@@ -1004,6 +1004,8 @@ int main(int argc, char* argv[]) {
continue;
}
}
if (strcmp(cmd, "blockdetail") == 0) {
char* blockNumberStr = strtok(NULL, " \t");
char* extra = strtok(NULL, " \t");
@@ -1182,8 +1184,6 @@ int main(int argc, char* argv[]) {
printf("Unknown command. Available: mine, send, balance, connect, flushchain, fullverify, blockdetail, wipechain, genaddr, exit\n");
}
}
(void)FlushChainAndSheet(chain, chainDataDir, currentSupply, currentReward);
Block_ShutdownPowContext();