Skip to content

Commit

Permalink
Merge branch 'main' into quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale authored Sep 16, 2022
2 parents 9ddf442 + 23a776e commit be02f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bancor_research/bancor_simulator/v3/spec/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ def whitelist_token(self, tkn_name: str, timestamp: int = 0):
state = self.get_state(copy_type="initial", timestamp=timestamp)
tkn_name = tkn_name.lower()
state.price_feeds[tkn_name] = state.price_feeds["bnt"].values

state.create_whitelisted_tkn(tkn_name)
handle_whitelisting_tokens(state)

Expand Down

0 comments on commit be02f14

Please sign in to comment.