Skip to content

Commit 8492440

Browse files
spotless
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
1 parent 594a7d5 commit 8492440

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

HIP/hip-1215.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ at address `0x00...abcd` by calling a "redirect" `deleteSchedule()` function at
101101
```
102102

103103
The `hasScheduleCapacity()` returns `true` iff the given second still has capacity to
104-
schedule a contract call with the specified gas limit. It also returns `false` when the
105-
expiry second is invalid (either because it is not after current consensus time, or
106-
because it is too far in the future). The goal is to assure contract authors that when
107-
`hasScheduleCapacity(expiry, limit)` returns `true`, a subsequent valid call to
108-
`scheduleCall(to, expiry, limit, ...)` will _also_ succeed.
104+
schedule a contract call with the specified gas limit. It also returns `false` when either
105+
argument is invalid. For example, if expiry second is invalid because it is not after
106+
current consensus time, or because it is too far in the future). The goal is to assure
107+
contract authors that when `hasScheduleCapacity(expiry, limit)` returns `true`, a subsequent
108+
valid call to `scheduleCall(to, expiry, limit, ...)` will _also_ succeed.
109109

110110
The gas cost for scheduling variants will follow Hedera's standard system contract gas
111111
schedule, which is set based on the relative resource usage of the equivalent HAPI

0 commit comments

Comments
 (0)