summaryrefslogtreecommitdiff
path: root/data/transactions/logic/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'data/transactions/logic/README.md')
-rw-r--r--data/transactions/logic/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/transactions/logic/README.md b/data/transactions/logic/README.md
index a38ba1462..e1c5cfe21 100644
--- a/data/transactions/logic/README.md
+++ b/data/transactions/logic/README.md
@@ -52,9 +52,6 @@ assembly time to do type checking and to provide more informative error messages
| Name | Bound | AVM Type |
| ---- | ---- | -------- |
-| [32]byte | len(x) == 32 | []byte |
-| [64]byte | len(x) == 64 | []byte |
-| [80]byte | len(x) == 80 | []byte |
| []byte | len(x) <= 4096 | []byte |
| address | len(x) == 32 | []byte |
| any | | any |