forked from cerc-io/plugeth
core/types: fix typo in comment (#15619)
This commit is contained in:
parent
eab2201f80
commit
8092106abc
@ -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…
Reference in New Issue
Block a user