Skip to content

Commit

Permalink
fix a conflict fuckup
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Oct 25, 2022
1 parent 20171d2 commit 284a56b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/storage/src/keymap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ impl<'a, K: Serialize + DeserializeOwned, T: Serialize + DeserializeOwned, Ser:
}

/// internal item get function
cosmwasm-v1.0
fn _get_from_key(&self, storage: &dyn Storage, key: &K) -> StdResult<InternalItem<T, Ser>> {
let key_vec = self.serialize_key(key)?;
self.load_impl(storage, &key_vec)
Expand Down

0 comments on commit 284a56b

Please sign in to comment.