From 1b2f8ccd10e540b9a49ac66a5700400f3a00467f Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 6 Jul 2015 12:43:45 +0300 Subject: RLPTests --- RLPTests/RandomRLPTests/example.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 RLPTests/RandomRLPTests/example.json (limited to 'RLPTests/RandomRLPTests') diff --git a/RLPTests/RandomRLPTests/example.json b/RLPTests/RandomRLPTests/example.json new file mode 100644 index 000000000..6dabee6b0 --- /dev/null +++ b/RLPTests/RandomRLPTests/example.json @@ -0,0 +1,6 @@ +{ + "listsoflists2": { + "in": "VALID", + "out": "c7c0c1c0c3c0c1c0" + }, +} -- cgit