cli fix
This commit is contained in:
0
myeasylog.log
Normal file
0
myeasylog.log
Normal 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();
|
||||
|
||||
Reference in New Issue
Block a user