mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 04:35:41 +00:00
chore: fix some minor issues in the comments (#2106)
Signed-off-by: withtimezone <with_timezone@outlook.com>
This commit is contained in:
@@ -60,7 +60,7 @@ impl<'atblock> AnyStorageInfo<'atblock> {
|
||||
Ok(info)
|
||||
}
|
||||
|
||||
/// Is the storage entry a map (ie something we'd provide extra keys to to access a value, or otherwise iterate over)?
|
||||
/// Is the storage entry a map (ie something we'd provide extra keys to access a value, or otherwise iterate over)?
|
||||
pub fn is_map(&self) -> bool {
|
||||
match self {
|
||||
AnyStorageInfo::Legacy(info) => !info.info.keys.is_empty(),
|
||||
|
||||
Reference in New Issue
Block a user