Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesigh-3100 committed Jan 30, 2024
1 parent 14d64f0 commit 1fd8b23
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fastlane_bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,6 @@ def validate_pool_data(self, arb_opp):
"tkn1_symbol": current_pool.tkn1_symbol,
"tkn0_decimals" : current_pool.tkn0_decimals,
"tkn1_decimals": current_pool.tkn1_decimals,
"fee": current_pool.fee,
"fee_float": current_pool.fee_float
}

fetched_pool = self.db.mgr.update_from_pool_info(pool_info=pool_info)
Expand Down

0 comments on commit 1fd8b23

Please sign in to comment.