Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Aug 4, 2024
1 parent f49a0d1 commit 4129bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bundler/src/modules/ExecutionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class ExecutionManager {
*/
async attemptBundle (force = true): Promise<SendBundleReturn | undefined> {
debug('attemptBundle force=', force, 'count=', this.mempoolManager.count(), 'max=', this.maxMempoolSize)
if (this.gethDevMode && force){
if (this.gethDevMode && force) {
await this.signer.sendTransaction({
to: this.signer.getAddress(),
value: 1
Expand Down

0 comments on commit 4129bcd

Please sign in to comment.