fixed type abi_method_hash

pull/481/head
yhtiyar 2021-12-09 17:11:39 +03:00
rodzic 11acf6540e
commit 49d4a2cb27
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -502,7 +502,7 @@ def apply_moonworm_tasks(
existing_hashes = [
tag.split(":")[-1]
for tag in chain(*existing_tags)
if "abi_metod_hash" in tag
if "abi_method_hash" in tag
]
abi_hashes_dict = {
@ -521,7 +521,7 @@ def apply_moonworm_tasks(
"tags": [
f"address:{address}",
f"type:{abi_hashes_dict[hash]['type']}",
f"abi_metod_hash:{hash}",
f"abi_method_hash:{hash}",
f"subscription_type:{subscription_type}",
f"abi_name:{abi_hashes_dict[hash]['name']}",
f"status:active",