Good catch by j, unnecesary kwarg on open_pps
parent
6c23c79f2a
commit
20d91f5e06
|
@ -474,7 +474,7 @@ async def trades_dialogue(
|
|||
|
||||
open_trade_ledger(
|
||||
'kraken',
|
||||
acctid,
|
||||
acctid
|
||||
) as ledger_dict,
|
||||
):
|
||||
# transaction-ify the ledger entries
|
||||
|
|
Loading…
Reference in New Issue