Skip to content

Commit

Permalink
change offer type in test_coinjoin
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Nov 8, 2020
1 parent 9ed75c2 commit 98e838c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jmclient/test/test_coinjoin.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def raise_exit(i):

makers = [YieldGeneratorBasic(
wallet_services[i],
[0, 2000, 0, 'swabsoffer', 10**7]) for i in range(MAKER_NUM)]
[0, 2000, 0, 'sw0absoffer', 10**7]) for i in range(MAKER_NUM)]
create_orders(makers)

orderbook = create_orderbook(makers)
Expand Down Expand Up @@ -182,7 +182,7 @@ def raise_exit(i):
cj_fee = 2000
makers = [YieldGeneratorBasic(
wallet_services[i],
[0, cj_fee, 0, 'swabsoffer', 10**7]) for i in range(MAKER_NUM)]
[0, cj_fee, 0, 'sw0absoffer', 10**7]) for i in range(MAKER_NUM)]
create_orders(makers)

orderbook = create_orderbook(makers)
Expand Down Expand Up @@ -238,7 +238,7 @@ def raise_exit(i):
cj_fee = 2000
makers = [YieldGeneratorBasic(
wallet_services[i],
[0, cj_fee, 0, 'swabsoffer', 10**7]) for i in range(MAKER_NUM)]
[0, cj_fee, 0, 'sw0absoffer', 10**7]) for i in range(MAKER_NUM)]
create_orders(makers)
orderbook = create_orderbook(makers)
assert len(orderbook) == MAKER_NUM
Expand Down

0 comments on commit 98e838c

Please sign in to comment.