go-ethereum/trietest.txt

20 lines
407 B
Plaintext
Raw Normal View History

2013-12-31 04:09:40 +02:00
[
{
"inputs": {
2014-01-01 15:26:18 +02:00
"doe": "reindeer",
"dog": "puppy",
"dogglesworth": "cat"
},
2014-01-08 15:15:38 +02:00
"expectation": "d85f9267d7ed5767fb1b48defa8eb20a1c007a87a07588135a74b40b55de2e67"
},
{
"inputs":{
2014-01-01 02:04:48 +02:00
"do": "verb",
"horse": "stallion",
"doge": "coin",
"dog": "puppy"
},
2014-01-08 18:26:58 +02:00
"expectation": "cf7d318935b52db6e23d8c1f5e6b7e62f3606d4ed13783f4fdbd6e67a2085d04"
}
2013-12-31 04:09:40 +02:00
]