TXS: Improve transactions so that they all use correct prepare
and execute
syntax
#75
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Issue To Be Solved
It is a best practice in cadence to only perform actions that are associated with the transaction signer's account in the
prepare
phase of a transaction, and perform all external interaction in theexecute
phase.Suggest A Solution
transactions/
to use both phases.Example:
transactions/admin/add_plays_to_set.cdc
would be changed from:to:
The text was updated successfully, but these errors were encountered: