mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
Update encode.go
This commit is contained in:
parent
e7e7ade91b
commit
5966fd6574
1 changed files with 2 additions and 2 deletions
|
|
@ -25,9 +25,9 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
//EmptyString is a common encoded values useful when implementing EncodeRLP.
|
//EmptyString accepts a common encoded value useful for implementing EncodeRLP.
|
||||||
EmptyString = []byte{0x80}
|
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}
|
EmptyList = []byte{0xC0}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue