Skip to content

Commit

Permalink
remove bool on cancel
Browse files Browse the repository at this point in the history
  • Loading branch information
modship committed Sep 5, 2024
1 parent 71c6696 commit 20a40b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 26 deletions.
17 changes: 0 additions & 17 deletions doc/abi.html
Original file line number Diff line number Diff line change
Expand Up @@ -1939,23 +1939,6 @@ <h3 id="massa.abi.v1.DeferredCallCancelResult">DeferredCallCancelResult</h3>
<p>Deferred call cancel result</p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>canceled</td>
<td><a href="#bool">bool</a></td>
<td></td>
<td><p>call canceled </p></td>
</tr>

</tbody>
</table>





Expand Down
5 changes: 0 additions & 5 deletions doc/abi.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,11 +855,6 @@ Deferred call cancel request
Deferred call cancel result


| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| canceled | [bool](#bool) | | call canceled |





Expand Down
5 changes: 1 addition & 4 deletions proto/abis/massa/abi/v1/abi.proto
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,7 @@ message DeferredCallCancelRequest {
}

/// Deferred call cancel result
message DeferredCallCancelResult {
/// call canceled
bool canceled = 1;
}
message DeferredCallCancelResult {}

// Deferred call quote
message DeferredCallQuoteRequest {
Expand Down

0 comments on commit 20a40b2

Please sign in to comment.