modify recall
This commit is contained in:
@@ -622,6 +622,7 @@ void Worker::printLedgerinshell(const terminal_dev& dev, int fd) {
|
||||
case 1: return "RUNNING(1)";
|
||||
case 2: return "DONE(2)";
|
||||
case 3: return "FAILED(3)";
|
||||
case 4: return "EMPTY(4)";
|
||||
default: return "UNKNOWN";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user