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
The example for Map says Map::new(b"people") but it should just be Map::new("people")
Says "This requires the iterator feature to be enabled in cw-storage-plus"... while technically true, the iterator is enabled by default, so it seems a little unnecessary to mention it (I went and enabled the feature before realizing)
The text was updated successfully, but these errors were encountered:
The example for Map says
Map::new(b"people")
but it should just beMap::new("people")
Says "This requires the iterator feature to be enabled in cw-storage-plus"... while technically true, the iterator is enabled by default, so it seems a little unnecessary to mention it (I went and enabled the feature before realizing)
The text was updated successfully, but these errors were encountered: