Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

TypeError: choose_order() takes exactly 4 arguments (3 given) #86

Closed
dreboli opened this issue May 24, 2015 · 1 comment
Closed

TypeError: choose_order() takes exactly 4 arguments (3 given) #86

dreboli opened this issue May 24, 2015 · 1 comment

Comments

@dreboli
Copy link

dreboli commented May 24, 2015

$python tumbler.py -x 0.003 -w 30 wallet.json address1 address2
...
tumble with these tx? (y/n):y
Enter wallet decryption passphrase:
[] downloading wallet history
...
connected to IRC
...
coinjoining 2423423424
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
self.run()
File "tumbler.py", line 189, in run
self.send_tx(tx, self.balance_by_mixdepth[tx['srcmixdepth']], sweep)
File "tumbler.py", line 136, in send_tx
orders, total_cj_fee = choose_order(self.taker.db, amount, tx['makercount'])
TypeError: choose_order() takes exactly 4 arguments (3 given)

@chris-belcher
Copy link
Collaborator

Thanks for the bug report, that was a stupid one where the simple checks were forgotten.

ghtdak pushed a commit to ghtdak/joinmarket that referenced this issue Oct 1, 2015
ghtdak pushed a commit to ghtdak/joinmarket that referenced this issue Oct 4, 2015
ghtdak pushed a commit to ghtdak/joinmarket that referenced this issue Dec 4, 2015
[gitreformat yapf-ify (github/ghtdak) on Fri Dec  4 04:47:45 2015]
[from commit: 03634ff]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants