Skip to content

Commit

Permalink
Update sdk/src/intTest/resources/cadence/transaction_creation/transac…
Browse files Browse the repository at this point in the history
…tion_creation.cdc

Co-authored-by: Giovanni Sanchez <[email protected]>
  • Loading branch information
franklywatson and sisyphusSmiling authored Jul 30, 2024
1 parent a58ae09 commit 09e439d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
transaction(publicKey: String) {
prepare(signer: &Account) {
prepare(signer: auth(AddKey) &Account) {
signer.keys.add(
publicKey: publicKey.decodeHex()
)
Expand Down

0 comments on commit 09e439d

Please sign in to comment.