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 in wallet-tool.py while wallet_fetch_history triggered #1717

Open
overcoin opened this issue Jul 5, 2024 · 1 comment
Open

Error in wallet-tool.py while wallet_fetch_history triggered #1717

overcoin opened this issue Jul 5, 2024 · 1 comment

Comments

@overcoin
Copy link

overcoin commented Jul 5, 2024

Hi all,

First time contributor here. Congrats for the product.

Error with unconfirmed transactions if history requested with wallet-tool.py script

python wallet-tool.py wallet.jmdat history
.
Traceback (most recent call last):
File "/home/deb/joinmarket-clientserver/scripts/wallet-tool.py", line 6, in
jmprint(wallet_tool_main("wallets"), "success")
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deb/joinmarket-clientserver/src/jmclient/wallet_utils.py", line 1662, in wallet_tool_main
return wallet_fetch_history(wallet_service, options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deb/joinmarket-clientserver/src/jmclient/wallet_utils.py", line 908, in wallet_fetch_history
wallet_tx_deser = jm_single.bc_interface(
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'function' object has no attribute 'bc_interface'

@kristapsk
Copy link
Member

This was fixed in #1681. We need to do new release likely soon.

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

2 participants