Skip to content

Commit

Permalink
make docsgen changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed Jul 21, 2021
1 parent b9ac83c commit 5547aa4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Binary file modified build/openrpc/full.json.gz
Binary file not shown.
Binary file modified build/openrpc/worker.json.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/en/api-v0-methods-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Response:
```json
{
"Version": "string value",
"APIVersion": 131328,
"APIVersion": 131329,
"BlockDelay": 42
}
```
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/api-v0-methods-worker.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Perms: admin

Inputs: `null`

Response: `131328`
Response: `131329`

## Add

Expand Down
4 changes: 2 additions & 2 deletions documentation/en/api-v0-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Response:
```json
{
"Version": "string value",
"APIVersion": 131328,
"APIVersion": 131329,
"BlockDelay": 42
}
```
Expand Down Expand Up @@ -4634,7 +4634,7 @@ Inputs:
]
```

Response: `14`
Response: `1300`

### StateReadState
StateReadState returns the indicated actor's state.
Expand Down
4 changes: 2 additions & 2 deletions documentation/en/api-v1-unstable-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ Response:
```json
{
"Version": "string value",
"APIVersion": 131328,
"APIVersion": 131329,
"BlockDelay": 42
}
```
Expand Down Expand Up @@ -4855,7 +4855,7 @@ Inputs:
]
```

Response: `14`
Response: `1300`

### StateReadState
StateReadState returns the indicated actor's state.
Expand Down

0 comments on commit 5547aa4

Please sign in to comment.