joinmarket-clientserver icon indicating copy to clipboard operation
joinmarket-clientserver copied to clipboard

Error in wallet-tool.py while wallet_fetch_history triggered

Open overcoin opened this issue 7 months ago • 1 comments

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'

overcoin avatar Jul 05 '24 15:07 overcoin