Correct param name for skip in querry

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
support/v0.36
Andrey Berezin 2023-05-15 17:07:17 +03:00
parent 863a1075cd
commit c8e527e9ec
1 changed files with 1 additions and 1 deletions

View File

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