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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if (strcmp(cmd, "blockdetail") == 0) {
|
if (strcmp(cmd, "blockdetail") == 0) {
|
||||||
char* blockNumberStr = strtok(NULL, " \t");
|
char* blockNumberStr = strtok(NULL, " \t");
|
||||||
char* extra = 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");
|
printf("Unknown command. Available: mine, send, balance, connect, flushchain, fullverify, blockdetail, wipechain, genaddr, exit\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
(void)FlushChainAndSheet(chain, chainDataDir, currentSupply, currentReward);
|
(void)FlushChainAndSheet(chain, chainDataDir, currentSupply, currentReward);
|
||||||
|
|
||||||
Block_ShutdownPowContext();
|
Block_ShutdownPowContext();
|
||||||
|
|||||||
Reference in New Issue
Block a user