We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b699f4 + 0ced341 commit 2f8a7d1Copy full SHA for 2f8a7d1
core/types/transaction_marshalling.go
@@ -591,9 +591,6 @@ func (t *Transaction) UnmarshalJSON(input []byte) error {
591
if dec.Gas == nil {
592
return errors.New("missing required field 'gas' in txdata")
593
}
594
- if dec.RetryTo == nil {
595
- return errors.New("missing required field 'retryTo' in txdata")
596
- }
597
if dec.Beneficiary == nil {
598
return errors.New("missing required field 'beneficiary' in transaction")
599
0 commit comments