good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8092106a authored by Airead's avatar Airead Committed by Felix Lange
Browse files

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

parent eab2201f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment