Skip to content

Commit

Permalink
Only select one
Browse files Browse the repository at this point in the history
  • Loading branch information
epheph committed Dec 31, 2020
1 parent bbf30aa commit 8ca7b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Arbitrage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ export class Arbitrage {
)
)
await Promise.all(bundlePromises)
return
}
throw new Error("No arbitrage submitted to relay")
}

}

0 comments on commit 8ca7b7d

Please sign in to comment.