Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
btspoony committed Oct 23, 2024
1 parent ea8630c commit ce1239a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/transactions/evm/create_new_account_with_coa.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ transaction(
"Cannot add Key: Must provide a hash algorithm raw value that corresponds to "
.concat("one of of the available hash algorithms for Flow keys.")
.concat("You provided ").concat(hashAlgorithm.toString())
.concat(" but the options are 1 (SHA2_256), 3 (SHA3_256), ")
.concat(" but the options are 1 (SHA2_256), 3 (SHA3_256).")
}

self.auth = signer
Expand Down

0 comments on commit ce1239a

Please sign in to comment.