initial commit on copy

paper_trade_improvements_rebase
algorandpa 2023-02-09 15:51:58 -05:00 committed by jaredgoldman
parent 2580259ebe
commit 1651e89a06
2 changed files with 1 additions and 2 deletions

View File

@ -56,7 +56,6 @@ log = get_logger(__name__)
def open_trade_ledger(
broker: str,
account: str,
trades: dict[str, Any]
) -> Generator[dict, None, None]:
'''
Indempotently creat0616cbd1e and read in a trade log file from the

View File

@ -138,6 +138,6 @@ def test_trades_persist(
dialogs,
),
):
print(f'pps: {pps}')
assert pps.len()
trio.run(main)