Skip to content

Commit

Permalink
Update proposals/0133-syscall-get-epoch-stake.md
Browse files Browse the repository at this point in the history
Co-authored-by: lheeger-jump <[email protected]>
  • Loading branch information
buffalojoec and lheeger-jump authored Apr 3, 2024
1 parent cf6ae87 commit 2f28ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/0133-syscall-get-epoch-stake.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The syscall will always attempt to consume the same amount of CUs regardless of
control flow.
```
syscall_base + (32/cpi_per_u) + mem_op_base
syscall_base + floor(32/cpi_bytes_per_unit) + mem_op_base
```
- `syscall_base`: Base cost of a sysvall.
Expand Down

0 comments on commit 2f28ba9

Please sign in to comment.