Skip to content

Commit c297684

Browse files
Fixes wrong DEPLOY_ACCOUNT_TXN version (#1339)
* Fix wrong DEPLOY_ACCOUNT_TXN version * invoked rebuild --------- Co-authored-by: Raz Landau <[email protected]>
1 parent eb3784e commit c297684

File tree

1 file changed

+1
-1
lines changed
  • components/Starknet/modules/architecture-and-concepts/pages/network-architecture

1 file changed

+1
-1
lines changed

components/Starknet/modules/architecture-and-concepts/pages/network-architecture/transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Deprecated transaction versions are still supported, but support will be removed
2626

2727
|`INVOKE` | v3 |v1, v0 | N/A
2828
|`DECLARE` |v3 |v2, v1 | v0
29-
|`DEPLOY_ACCOUNT` | v3 | v0 | N/A
29+
|`DEPLOY_ACCOUNT` | v3 | v1 | N/A
3030
|`DEPLOY` | N/A | N/A | v0
3131
|===
3232

0 commit comments

Comments
 (0)