mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 11:20:45 +00:00
Delete a comma
This should now be parseable as JSON.
This commit is contained in:
parent
f44a859331
commit
5131429abb
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
||||||
{
|
{
|
||||||
"inputs":[
|
"inputs":[
|
||||||
["test", "test"],
|
["test", "test"],
|
||||||
["te", "testy"],
|
["te", "testy"]
|
||||||
],
|
],
|
||||||
"expectation": "8452568af70d8d140f58d941338542f645fcca50094b20f3c3d8c3df49337928"
|
"expectation": "8452568af70d8d140f58d941338542f645fcca50094b20f3c3d8c3df49337928"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue