mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +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": {
|
"emptystring": {
|
||||||
"in": "",
|
"in": "",
|
||||||
"out": "00"
|
"out": "80"
|
||||||
},
|
},
|
||||||
"shortstring": {
|
"shortstring": {
|
||||||
"in": "dog",
|
"in": "dog",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue