mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-25 20:32:56 +00:00
Fix empty string.
This commit is contained in:
parent
c006ed4ffd
commit
f87ce15ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"emptystring": {
|
||||
"in": "",
|
||||
"out": "00"
|
||||
"out": "80"
|
||||
},
|
||||
"shortstring": {
|
||||
"in": "dog",
|
||||
|
|
|
|||
Loading…
Reference in a new issue