From 2ae7e7d25f070c4ab97253016d1fd9c515e9bdab Mon Sep 17 00:00:00 2001 From: Arturo Beccar-Varela <107512933+arturoBeccar@users.noreply.github.com> Date: Fri, 17 Nov 2023 17:00:13 -0300 Subject: [PATCH] Correct typo --- test-cases/set-code-hash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-cases/set-code-hash/README.md b/test-cases/set-code-hash/README.md index 980344d..8f5f54c 100644 --- a/test-cases/set-code-hash/README.md +++ b/test-cases/set-code-hash/README.md @@ -33,4 +33,4 @@ On-chain implementation at frame/contracts/src/exec.rs:1489 ## Update on Correcting this Issue -Our implementation in [PR #1988](https://github.com/paritytech/ink/pull/1988) overwrites the value set for code hash of an account in the database. +Our implementation in [PR #1988](https://github.com/paritytech/ink/pull/1988) overwrites the value set for the code hash of an account in the database.