diff --git a/core/types/transaction_marshalling.go b/core/types/transaction_marshalling.go index 7e08adcea4..e7033feb83 100644 --- a/core/types/transaction_marshalling.go +++ b/core/types/transaction_marshalling.go @@ -517,7 +517,7 @@ func (tx *Transaction) UnmarshalJSON(input []byte) error { if dec.Hash != (common.Hash{}) { computedHash := tx.Hash() if computedHash != dec.Hash { - return errors.New("'Hash'transaction hash mismatch") + return errors.New("transaction hash mismatch") } } return nil