Skip to content

Commit

Permalink
Added Update on Correcting this Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoBeccar authored Nov 17, 2023
1 parent 2ae7e7d commit a542058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-cases/own-code-hash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ Test 1 worked as expected in End-to-End but did not on Integration since it's [n
## Result

See estimate for code_hash().

## Update on Correcting this Issue

Our implementation in [PR #1988](https://github.com/paritytech/ink/pull/1988) returns the code hash of the account of the calling contract. It simply fetches the code hash stored in the database by `instantiate_contract()` or set by `set_code_hash()`.

0 comments on commit a542058

Please sign in to comment.