Files
go-ethereum/trietest.txt

20 lines
407 B
Plaintext
Raw Normal View History

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