Skip to content

Commit 050445d

Browse files
aumetrachipshort
andauthored
Update contracts/reflect/src/state.rs
Co-authored-by: Christoph Otter <[email protected]>
1 parent 079bbf1 commit 050445d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/reflect/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub fn remove_reply(storage: &mut dyn Storage, id: u64) {
3737
pub fn load_config(storage: &dyn Storage) -> StdResult<State> {
3838
storage
3939
.get(&to_length_prefixed(CONFIG_KEY))
40-
.ok_or_else(|| StdError::msg("config"))
40+
.ok_or_else(|| StdError::msg("config not found"))
4141
.and_then(from_json)
4242
}
4343

0 commit comments

Comments
 (0)