Skip to content

Commit c2bd8d1

Browse files
committed
Alter "" to null.
1 parent ce6344b commit c2bd8d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TrieTests/trietest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
["horse", "stallion"],
77
["shaman", "horse"],
88
["doge", "coin"],
9-
["ether", ""],
9+
["ether", null],
1010
["dog", "puppy"],
11-
["shaman", ""]
11+
["shaman", null]
1212
],
1313
"root": "0x5991bb8c6514148a29db676a14ac506cd2cd5775ace63c30a4fe457715e9ac84"
1414
},
@@ -22,7 +22,7 @@
2222
["0x000000000000000000000000ec4f34c97e43fbb2816cfd95e388353c7181dab1", "0x4e616d6552656700000000000000000000000000000000000000000000000000"],
2323
["0x4655474156000000000000000000000000000000000000000000000000000000", "0x7ef9e639e2733cb34e4dfc576d4b23f72db776b2"],
2424
["0x4e616d6552656700000000000000000000000000000000000000000000000000", "0xec4f34c97e43fbb2816cfd95e388353c7181dab1"],
25-
["0x0000000000000000000000000000000000000000000000000000001234567890", ""],
25+
["0x0000000000000000000000000000000000000000000000000000001234567890", null],
2626
["0x000000000000000000000000697c7b8c961b56f675d570498424ac8de1a918f6", "0x6f6f6f6820736f2067726561742c207265616c6c6c793f000000000000000000"],
2727
["0x6f6f6f6820736f2067726561742c207265616c6c6c793f000000000000000000", "0x697c7b8c961b56f675d570498424ac8de1a918f6"]
2828
],

0 commit comments

Comments
 (0)