Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti committed Aug 21, 2024
1 parent a20d384 commit be9d2cd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion data/transactions/logic/TEAL_opcodes_v10.md
Original file line number Diff line number Diff line change
Expand Up @@ -1638,7 +1638,7 @@ Fields

| Index | Name | Type | Notes |
| - | ------ | -- | --------- |
| 0 | BlkSeed | []byte | |
| 0 | BlkSeed | [32]byte | |
| 1 | BlkTimestamp | uint64 | |


Expand Down
2 changes: 1 addition & 1 deletion data/transactions/logic/TEAL_opcodes_v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -1476,6 +1476,6 @@ Fields

| Index | Name | Type | Notes |
| - | ------ | -- | --------- |
| 0 | BlkSeed | []byte | |
| 0 | BlkSeed | [32]byte | |
| 1 | BlkTimestamp | uint64 | |

2 changes: 1 addition & 1 deletion data/transactions/logic/TEAL_opcodes_v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,6 @@ Fields

| Index | Name | Type | Notes |
| - | ------ | -- | --------- |
| 0 | BlkSeed | []byte | |
| 0 | BlkSeed | [32]byte | |
| 1 | BlkTimestamp | uint64 | |

2 changes: 1 addition & 1 deletion data/transactions/logic/TEAL_opcodes_v9.md
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,6 @@ Fields

| Index | Name | Type | Notes |
| - | ------ | -- | --------- |
| 0 | BlkSeed | []byte | |
| 0 | BlkSeed | [32]byte | |
| 1 | BlkTimestamp | uint64 | |

2 changes: 1 addition & 1 deletion data/transactions/logic/langspec_v10.json
Original file line number Diff line number Diff line change
Expand Up @@ -4601,7 +4601,7 @@
"BlkTimestamp"
],
"ArgEnumTypes": [
"[]byte",
"[32]byte",
"uint64"
],
"DocCost": "1",
Expand Down
2 changes: 1 addition & 1 deletion data/transactions/logic/langspec_v7.json
Original file line number Diff line number Diff line change
Expand Up @@ -4249,7 +4249,7 @@
"BlkTimestamp"
],
"ArgEnumTypes": [
"[]byte",
"[32]byte",
"uint64"
],
"DocCost": "1",
Expand Down
2 changes: 1 addition & 1 deletion data/transactions/logic/langspec_v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -4595,7 +4595,7 @@
"BlkTimestamp"
],
"ArgEnumTypes": [
"[]byte",
"[32]byte",
"uint64"
],
"DocCost": "1",
Expand Down
2 changes: 1 addition & 1 deletion data/transactions/logic/langspec_v9.json
Original file line number Diff line number Diff line change
Expand Up @@ -4595,7 +4595,7 @@
"BlkTimestamp"
],
"ArgEnumTypes": [
"[]byte",
"[32]byte",
"uint64"
],
"DocCost": "1",
Expand Down

0 comments on commit be9d2cd

Please sign in to comment.