Correct param name for skip in querry

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
Andrey Berezin 2023-05-15 17:07:17 +03:00
parent 863a1075cd
commit c8e527e9ec

View file

@ -76,7 +76,7 @@ class NeoGoQuery(CliCommand):
**{ **{
param: param_value param: param_value
for param, param_value in locals().items() for param, param_value in locals().items()
if param not in ["self", "hash"] if param not in ["self", "tx_hash"]
}, },
) )