Skip to content

Commit f440516

Browse files
aumetrachipshort
andauthored
Update contracts/ibc-reflect-send/src/state.rs
Co-authored-by: Christoph Otter <[email protected]>
1 parent 8a52942 commit f440516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/ibc-reflect-send/src/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub fn range_accounts(
7171
pub fn load_config(storage: &dyn Storage) -> StdResult<Config> {
7272
storage
7373
.get(&to_length_prefixed(KEY_CONFIG))
74-
.ok_or_else(|| StdError::msg("config"))
74+
.ok_or_else(|| StdError::msg("config not found"))
7575
.and_then(from_json)
7676
}
7777

0 commit comments

Comments
 (0)