Add `norm_trade()` ep to validator warnings

account_tests
Tyler Goodlet 2023-07-26 12:39:08 -04:00
parent 9fbb75ce7f
commit 58cf7ce10e
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ _eps: dict[str, list[str]] = {
# live order control and trading
'brokerd': [
'trades_dialogue',
# TODO: ledger normalizer helper?
# norm_trades(records: dict[str, Any]) -> TransactionLedger)
'open_trade_dialog', # live order ctl
'norm_trade', # ledger normalizer for txns
],
}