Skip to content

Commit

Permalink
get_acces
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Tang <accounts@that.world>
  • Loading branch information
joshuajbouw and sorpaas authored Jul 30, 2021
1 parent 1107d17 commit 2b60e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gasometer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl<'config> Gasometer<'config> {
.map(|set| set.iter())
}

pub fn get_accessed_storages(
pub fn accessed_storages(
&self,
) -> Option<alloc::collections::btree_set::Iter<'_, (H160, H256)>> {
self.inner
Expand Down

0 comments on commit 2b60e2d

Please sign in to comment.