You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: