diff --git a/commands/rekey.py b/commands/rekey.py index 1730fb9..376d311 100644 --- a/commands/rekey.py +++ b/commands/rekey.py @@ -225,7 +225,7 @@ def sign_tx( @click.option('--new-update-keys', required=True, help='New set of cold keys, separated by commas') @click.option('--new-update-threshold', required=True, help='New threshold required for updates') @click.option('--sig', required=True, help='The signature to verify') -@click.option('--pubkey', help='Optional: cold key pubkey associated with the signature. If not provided, key will be taken from current multisig configuration.') +@click.option('--pubkey', help='Optional: cold key pubkey associated with the signature. If not provided, key will be taken from current multisig configuration') def verify_tx_sig( new_message_keys: str, new_message_threshold: int, diff --git a/rpc_server-requirements.txt b/rpc_server-requirements.txt index 5ca1692..dd4c213 100644 --- a/rpc_server-requirements.txt +++ b/rpc_server-requirements.txt @@ -1,13 +1,3 @@ -blinker==1.7.0 -certifi==2024.2.2 -charset-normalizer==3.3.2 -click==8.1.7 -Flask==3.0.2 -Flask-Cors==4.0.0 -idna==3.6 -itsdangerous==2.1.2 -Jinja2==3.1.3 -MarkupSafe==2.1.5 +flask==3.0.3 +flask_cors==4.0.1 requests==2.31.0 -urllib3==2.2.1 -Werkzeug==3.0.1