Skip to content

Commit

Permalink
Fix call to generate_storage_hash() in get_storage()
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Aug 2, 2021
1 parent 65f247f commit cc86d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions substrateinterface/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -831,8 +831,7 @@ def get_storage(self, block_hash, module, function, params=None, return_scale_ty
storage_module=module,
storage_function=function,
params=params,
hasher=hasher,
metadata_version=metadata_version
hashers=[hasher]
)
response = self.rpc_request("state_getStorageAt", [storage_hash, block_hash])

Expand Down

0 comments on commit cc86d7d

Please sign in to comment.