Skip to content

Commit

Permalink
Update encode.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kielbarry authored May 3, 2018
1 parent e7e7ade commit 5966fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rlp/encode.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (
)

var (
//EmptyString is a common encoded values useful when implementing EncodeRLP.
//EmptyString accepts a common encoded value useful for implementing EncodeRLP.
EmptyString = []byte{0x80}
//EmptyList is a common encoded values useful when implementing EncodeRLP.
//EmptyList accepts a common encoded value useful for implementing EncodeRLP.
EmptyList = []byte{0xC0}
)

Expand Down

0 comments on commit 5966fd6

Please sign in to comment.