move requestremove inside runSched

This commit is contained in:
LexLuthr
2022-08-04 02:00:24 +05:30
parent cf78fa99ee
commit c736dedfa6
9 changed files with 79 additions and 28 deletions
+1 -6
View File
@@ -2759,12 +2759,7 @@ Perms: admin
Inputs:
```json
[
{
"Miner": 1000,
"Number": 9
},
"string value",
123
"07070707-0707-0707-0707-070707070707"
]
```
+1 -1
View File
@@ -2342,7 +2342,7 @@ USAGE:
lotus-miner sealing abort [command options] [callid]
OPTIONS:
--help, -h show help (default: false)
--requestId Specifies that the argument is SchedId of the request to be removed from scheduler (default: false)
```