Skip to content

Commit

Permalink
API : grpc get_call_info use string in query state
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Sep 26, 2024
1 parent 724816c commit 0254b8f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -2500,9 +2500,9 @@ <h3 id="massa.api.v1.DeferredCallInfo">DeferredCallInfo</h3>
<tbody>

<tr>
<td>call_ids</td>
<td>call_id</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td></td>
<td><p> </p></td>
</tr>

Expand Down
2 changes: 1 addition & 1 deletion doc/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ Request to get all information for a given cycle

| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| call_ids | [string](#string) | repeated | |
| call_id | [string](#string) | | |



Expand Down
2 changes: 1 addition & 1 deletion proto/apis/massa/api/v1/public.proto
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ message DeferredCallQuote {
}

message DeferredCallInfo {
repeated string call_ids = 1;
string call_id = 1;
}

message DeferredCallInfoResponse {
Expand Down

0 comments on commit 0254b8f

Please sign in to comment.