Skip to content

Commit

Permalink
Merge pull request #252 from bancorprotocol/251-issue-causing-transac…
Browse files Browse the repository at this point in the history
…tions-to-be-submitted-without-flashbots-by-default

Update txhelpers.py
  • Loading branch information
NIXBNT authored Dec 12, 2023
2 parents 4abb2ad + 625be58 commit 46f4ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane_bot/helpers/txhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def validate_and_submit_transaction(

# Submit the transaction

if self.ConfigObj.network == "ethereum":
if self.ConfigObj.NETWORK in "ethereum":

tx_hash = self.submit_private_transaction(
arb_tx=arb_tx, block_number=block_number
Expand Down

0 comments on commit 46f4ad1

Please sign in to comment.