Skip to content

Commit

Permalink
[Ceres] Add GAAttachTx restriction (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanssv committed Jan 15, 2024
1 parent 8a9d1d1 commit 590a488
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generalized_accounts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@ section.
If valid, the transaction will set the `ga_contract` and `ga_auth_fun` of the
`owner_id` account.

From Ceres, and onwards, it is only possible to attach authorization code to a
_fresh_ account. An account is fresh as long as it hasn't signed any
transactions - this means that GAAttachTx is only allowed with `nonce = 1`.

### `meta_tx`

Expand Down

0 comments on commit 590a488

Please sign in to comment.