autonity / aut

A command-line RPC client for Autonity
MIT License
11 stars 10 forks source link

Tuple Index Error on `aut protocol burn` #70

Closed cmjc closed 1 year ago

cmjc commented 1 year ago

Encountering an error on burn: burning, viewing help:

IndexError: tuple index out of range

ubuntu@vps-c7c3e8c7:~/TEST/autcli$ aut protocol burn 1 0xd4eddde5d1d0d7129a7f9c35ec55254f43b8e6d4 | aut tx sign - | aut tx send - IndexError: tuple index out of range

autcli version:

pipx install --force --python $(which python3.9) git+ssh://git@github.com/autonity/autcli.git@contract-updates

cmjc commented 1 year ago

This can be closed - fixed in v0.0.5.

I've re-installed and it works after:

pipx install --force --python $(which python3.9) git+ssh://git@github.com/autonity/autcli.git