-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(gnovm): remove unused Machine.MaxCycles (#3744)
The logic to manage the CPU limit is already handled by the gasmeter, which has the ability to panic the gnovm if a cpu limit is reached. It's simpler and faster to have only one path of failure. No other changes in CPU cycles accounting, still performed in gnovm.
- Loading branch information
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters