Skip to content

Commit

Permalink
Merge pull request #12 from chasefleming/cf/fix-c1
Browse files Browse the repository at this point in the history
Fix tx for c1
  • Loading branch information
chasefleming authored Nov 14, 2024
2 parents 4b80f92 + 07862c5 commit eb52658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/transactions/UpdateHelloWorld.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "HelloWorld"

transaction(greeting: String) {

prepare(acct: AuthAccount) {
prepare(acct: &Account) {
log(acct.address)
}

Expand Down

0 comments on commit eb52658

Please sign in to comment.