Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error sending transaction from hardware wallet #236

Open
dkaparis opened this issue Jan 20, 2022 · 0 comments
Open

Error sending transaction from hardware wallet #236

dkaparis opened this issue Jan 20, 2022 · 0 comments

Comments

@dkaparis
Copy link

Set up hardware wallet paired with a Ledger Nano X.

The wallet opens, pairs with the hardware device and correctly displays incoming transactions.

However, trying to send out a transaction fails. After confirming the transaction, this error message pops up: sign_transaction() got an unexpected keyword argument 'anyonecanpay'.

The following stack trace is dumped to console:

  File "/tmp/.mount_ElectrrIoIRa/usr/lib/python3.8/site-packages/electroncash_gui/qt/util.py", line 981, in run
    result = task.task()
  File "/tmp/.mount_ElectrrIoIRa/usr/lib/python3.8/site-packages/electroncash/wallet.py", line 2918, in sign_transaction
    k.sign_transaction(tx, password, use_cache=use_cache, anyonecanpay=anyonecanpay)
  File "/tmp/.mount_ElectrrIoIRa/usr/lib/python3.8/site-packages/electroncash_plugins/ledger/ledger.py", line 47, in catch_exception
    return func(self, *args, **kwargs)
  File "/tmp/.mount_ElectrrIoIRa/usr/lib/python3.8/site-packages/electroncash_plugins/ledger/ledger.py", line 274, in wrapper
    return func(self, *args, **kwargs)
TypeError: sign_transaction() got an unexpected keyword argument 'anyonecanpay'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant