mirror of
https://github.com/JoinMarket-Org/joinmarket-clientserver.git
synced 2026-08-13 12:33:40 +02:00
Fix yg-privacyenhanced.py for recent change.
In https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/406, the YieldGeneratorBasic was refactored, and yg-privacyenhanced.py adjusted as well. This fixes the script for changes made to the PR while in review, which was missed in the PR itself.
This commit is contained in:
parent
73e4a35088
commit
35ebfd0402
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ class YieldGeneratorPrivacyEnhanced(YieldGeneratorBasic):
|
|||
super(YieldGeneratorPrivacyEnhanced, self).__init__(wallet, offerconfig)
|
||||
|
||||
def create_my_orders(self):
|
||||
mix_balance = self.get_available_mixdepths(verbose=False)
|
||||
mix_balance = self.get_available_mixdepths()
|
||||
# We publish ONLY the maximum amount and use minsize for lower bound;
|
||||
# leave it to oid_to_order to figure out the right depth to use.
|
||||
f = '0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue