Skip to content

Commit

Permalink
Remove unused MEM_MAX_ACCESS_SIZE constant (#574)
Browse files Browse the repository at this point in the history
What is says on the tin.

### Before requesting review
- [x] I have reviewed the code myself
  • Loading branch information
Dentosal authored Apr 22, 2024
1 parent 0cb0a45 commit 0dbcea0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/fuel-vm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ This document provides the specification for the Fuel Virtual Machine (FuelVM).
| name | type | value | note |
|-------------------------|----------|---------|-----------------------------------------|
| `CONTRACT_MAX_SIZE` | `uint64` | | Maximum contract size, in bytes. |
| `MEM_MAX_ACCESS_SIZE` | `uint64` | | Maximum memory access size, in bytes. |
| `VM_MAX_RAM` | `uint64` | `2**26` | 64 MiB. |
| `MESSAGE_MAX_DATA_SIZE` | `uint64` | | Maximum size of message data, in bytes. |

Expand Down

0 comments on commit 0dbcea0

Please sign in to comment.