Skip to content

Commit

Permalink
chore: fixing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dancoombs committed Mar 30, 2024
1 parent 97defad commit d9758e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion crates/pool/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,6 @@ impl<P: Provider> Chain<P> {
"Log with unknown entry point address: {:?}. Ignoring.",
log.address
);
continue;
}
}
}
Expand Down
5 changes: 1 addition & 4 deletions crates/pool/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ impl Task for PoolTask {
mempools.insert(pool_config.entry_point, pool);
}
EntryPointVersion::Unspecified => {
bail!(
"Unsupported entry point version: {:?}",
pool_config.entry_point_version
);
bail!("Unsupported entry point version");
}
}
}
Expand Down

0 comments on commit d9758e1

Please sign in to comment.