Skip to content

Commit e24e634

Browse files
committed
docs(v1): Added comment
1 parent 7e73408 commit e24e634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/brownfiv1_liquidity_module.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def get_amount_out(
6868
output_token: Token,
6969
input_amount: int,
7070
) -> tuple[int | None, int | None]:
71+
# TODO: get_amount_out of LP position, mint and burn
7172
reserve_in = 0
7273
reserve_out = 0
7374
oracle_price = int(pool_state.get('fetch_oracle_price'))

0 commit comments

Comments
 (0)