File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
async_substrate_interface Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3254,7 +3254,7 @@ async def query_map(
32543254 value_type ,
32553255 key_hashers ,
32563256 ignore_decoding_errors ,
3257- self .legacy_account_id_decode ,
3257+ legacy_account_id = self .legacy_account_id_decode ,
32583258 )
32593259 return AsyncQueryMapResult (
32603260 records = result ,
Original file line number Diff line number Diff line change @@ -2965,7 +2965,7 @@ def query_map(
29652965 value_type ,
29662966 key_hashers ,
29672967 ignore_decoding_errors ,
2968- self .legacy_account_id_decode ,
2968+ legacy_account_id = self .legacy_account_id_decode ,
29692969 )
29702970 return QueryMapResult (
29712971 records = result ,
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def concat_hash_len(key_hasher: str) -> int:
114114 pre_decoded_key_types + pre_decoded_value_types ,
115115 pre_decoded_keys + pre_decoded_values ,
116116 runtime .registry ,
117- legacy_account_id ,
117+ legacy_account_id = legacy_account_id ,
118118 )
119119 middl_index = len (all_decoded ) // 2
120120 decoded_keys = all_decoded [:middl_index ]
You can’t perform that action at this time.
0 commit comments