Skip to content

Commit d10b4bc

Browse files
aumetrachipshort
andauthored
Update contracts/hackatom/src/contract.rs
Co-authored-by: Christoph Otter <[email protected]>
1 parent 21368f3 commit d10b4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/hackatom/src/contract.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ fn do_release(
102102
let data = deps
103103
.storage
104104
.get(CONFIG_KEY)
105-
.ok_or_else(|| StdError::msg("State"))?;
105+
.ok_or_else(|| StdError::msg("State not found"))?;
106106
let state: State = from_json(data)?;
107107

108108
if info.sender == state.verifier {

0 commit comments

Comments
 (0)