You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,3 +29,7 @@ Test 1 worked as expected in End-to-End but did not on Integration since it's [n
## Result
Seeestimateforcode_hash().
## UpdateonCorrectingthisIssue
Ourimplementationin [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()`.