chore: Cleanup diffs before changes

This commit is contained in:
sprites0
2025-04-16 04:19:51 +00:00
parent 6d639b3726
commit 9805589e7b
2 changed files with 11 additions and 11 deletions

View File

@ -72,7 +72,7 @@ where
request: TransactionRequest,
) -> Result<TransactionSigned, Self::Error> {
let Ok(tx) = request.build_typed_tx() else {
return Err(EthApiError::TransactionConversionError);
return Err(EthApiError::TransactionConversionError)
};
// Create an empty signature for the transaction.