From 34c6cc54133651a2f44a6eb75a8e481275d7f154 Mon Sep 17 00:00:00 2001 From: CJentzsch Date: Wed, 5 Aug 2015 09:43:54 +0200 Subject: add first difficulty test --- BasicTests/difficulty.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 BasicTests/difficulty.json (limited to 'BasicTests') diff --git a/BasicTests/difficulty.json b/BasicTests/difficulty.json new file mode 100644 index 000000000..e59f5f2b4 --- /dev/null +++ b/BasicTests/difficulty.json @@ -0,0 +1,9 @@ +{ + "preExpDiff" : { + "parentTimestamp" : "42", + "parentDifficulty" : "1000000", + "currentTimestamp" : "43", + "currentBlockNumber" : "42", + "currentDifficulty" : "1000488" + } +} -- cgit