From 0dbcea0967a95c135d838afa305d24e4ecc8680e Mon Sep 17 00:00:00 2001 From: Hannes Karppila Date: Mon, 22 Apr 2024 19:55:58 +0300 Subject: [PATCH] Remove unused MEM_MAX_ACCESS_SIZE constant (#574) What is says on the tin. ### Before requesting review - [x] I have reviewed the code myself --- src/fuel-vm/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fuel-vm/index.md b/src/fuel-vm/index.md index 5b424c90..1a118344 100644 --- a/src/fuel-vm/index.md +++ b/src/fuel-vm/index.md @@ -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. |