From ce1239a14575faf5f3bd728b0dde057af7195f25 Mon Sep 17 00:00:00 2001 From: Tang Bo Hao Date: Wed, 23 Oct 2024 10:57:26 +0800 Subject: [PATCH] chore: typo --- cadence/transactions/evm/create_new_account_with_coa.cdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadence/transactions/evm/create_new_account_with_coa.cdc b/cadence/transactions/evm/create_new_account_with_coa.cdc index 264e0b11..e7415138 100644 --- a/cadence/transactions/evm/create_new_account_with_coa.cdc +++ b/cadence/transactions/evm/create_new_account_with_coa.cdc @@ -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