rm extra blank line

Co-authored-by: lightclient <14004106+lightclient@users.noreply.github.com>
This commit is contained in:
Sina Mahmoodi 2024-01-11 15:05:24 +03:30 committed by GitHub
parent b5c2db7368
commit 77120cd2ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -478,7 +478,6 @@ func (s *PersonalAccountAPI) SendTransaction(ctx context.Context, args Transacti
log.Warn("Failed transaction send attempt", "from", args.from(), "to", args.To, "value", args.Value.ToInt(), "err", err)
return common.Hash{}, err
}
return SubmitTransaction(ctx, s.b, signed)
}