core/types: fix typo in comment (#15619)

pull/15625/head
Airead 7 years ago committed by Felix Lange
parent eab2201f80
commit 8092106abc
  1. 2
      core/types/transaction.go

@ -137,7 +137,7 @@ func isProtectedV(V *big.Int) bool {
return true
}
// DecodeRLP implements rlp.Encoder
// EncodeRLP implements rlp.Encoder
func (tx *Transaction) EncodeRLP(w io.Writer) error {
return rlp.Encode(w, &tx.data)
}

Loading…
Cancel
Save