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
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
The ability to spend from the wallet rather than the joinmarket is useful, but I'm unclear on how to do it. I don't understand what "fromaccount" means.
But if I fumble and enter the wrong password (for a joinmarket wallet, instead of the Bitcoin Core wallet) it fails without much help to the user.
2016-05-16 08:59:28,865 [MainThread ] [DEBUG] Traceback (most recent call last):
File "sendpayment.py", line 314, in main
irc.run()
File "/home/user/bin/joinmarket-myygs/joinmarket/irc.py", line 639, in run
self.__handle_line(line)
File "/home/user/bin/joinmarket-myygs/joinmarket/irc.py", line 522, in __handle_line
self.__handle_privmsg(_chunks[0], _chunks[2], get_irc_text(line))
File "/home/user/bin/joinmarket-myygs/joinmarket/irc.py", line 473, in __handle_privmsg
self.__on_privmsg(nick, parsed)
File "/home/user/bin/joinmarket-myygs/joinmarket/irc.py", line 328, in __on_privmsg
self.on_pubkey(nick, maker_pk)
File "/home/user/bin/joinmarket-myygs/joinmarket/taker.py", line 555, in on_pubkey
self.cjtx.start_encryption(nick, maker_pubkey)
File "/home/user/bin/joinmarket-myygs/joinmarket/taker.py", line 91, in start_encryption
my_btc_priv = self.wallet.get_key_from_addr(my_btc_addr)
File "/home/user/bin/joinmarket-myygs/joinmarket/wallet.py", line 308, in get_key_from_addr
self.ensure_wallet_unlocked()
File "/home/user/bin/joinmarket-myygs/joinmarket/wallet.py", line 344, in ensure_wallet_unlocked
except jm_single().JsonRpcError as exc:
AttributeError: 'AttributeDict' object has no attribute 'JsonRpcError'
Could the --help be clarified and the error message improved?
The text was updated successfully, but these errors were encountered:
Hi,
The ability to spend from the wallet rather than the joinmarket is useful, but I'm unclear on how to do it. I don't understand what "fromaccount" means.
In the past I have just put a null string there:
But if I fumble and enter the wrong password (for a joinmarket wallet, instead of the Bitcoin Core wallet) it fails without much help to the user.
Could the --help be clarified and the error message improved?
The text was updated successfully, but these errors were encountered: