mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-24 08:49:29 +00:00
Merge e220c51447 into 12eabbd76d
This commit is contained in:
commit
e18d0a71d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1629,7 +1629,7 @@ func SubmitTransaction(ctx context.Context, b Backend, tx *types.Transaction) (c
|
|||
return common.Hash{}, errors.New("only replay-protected (EIP-155) transactions allowed over RPC")
|
||||
}
|
||||
if err := b.SendTx(ctx, tx); err != nil {
|
||||
return common.Hash{}, err
|
||||
return common.Hash{}, txValidationError(err)
|
||||
}
|
||||
// Print a log with full tx details for manual investigations and interventions
|
||||
head := b.CurrentBlock()
|
||||
|
|
|
|||
Loading…
Reference in a new issue