Skip to content

Commit

Permalink
Fixes wrong DEPLOY_ACCOUNT_TXN version (#1339)
Browse files Browse the repository at this point in the history
* Fix wrong DEPLOY_ACCOUNT_TXN version

* invoked rebuild

---------

Co-authored-by: Raz Landau <[email protected]>
  • Loading branch information
thiagodeev and LandauRaz authored Oct 28, 2024
1 parent eb3784e commit c297684
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Deprecated transaction versions are still supported, but support will be removed

|`INVOKE` | v3 |v1, v0 | N/A
|`DECLARE` |v3 |v2, v1 | v0
|`DEPLOY_ACCOUNT` | v3 | v0 | N/A
|`DEPLOY_ACCOUNT` | v3 | v1 | N/A
|`DEPLOY` | N/A | N/A | v0
|===

Expand Down

0 comments on commit c297684

Please sign in to comment.