Skip to content

Commit

Permalink
Merge pull request #161 from bancorprotocol/pool_shutdown_bugfix
Browse files Browse the repository at this point in the history
Update run_pool_shutdown.py
  • Loading branch information
mikewcasale authored Oct 3, 2023
2 parents 56b9aa6 + 721b9a4 commit 18efd0a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions run_pool_shutdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@ def main(

# Initialize the config object
cfg = get_config(
config,
default_min_profit_bnt,
limit_bancor3_flashloan_tokens,
loglevel,
logging_path,
default_min_profit_bnt=default_min_profit_bnt,
limit_bancor3_flashloan_tokens=limit_bancor3_flashloan_tokens,
loglevel=loglevel,
logging_path=logging_path,
)

# Format the flashloan tokens
Expand Down

0 comments on commit 18efd0a

Please sign in to comment.