aboutsummaryrefslogtreecommitdiffstats
path: root/BasicTests
diff options
context:
space:
mode:
authorCJentzsch <jentzsch.software@gmail.com>2015-08-05 15:43:54 +0800
committerCJentzsch <jentzsch.software@gmail.com>2015-08-05 15:43:54 +0800
commit34c6cc54133651a2f44a6eb75a8e481275d7f154 (patch)
treea779504fc711351d5833d7b896ba87496af8504f /BasicTests
parent149cc9bbd338d7299435f97ba24ace0cd3f716de (diff)
downloaddexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.tar
dexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.tar.gz
dexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.tar.bz2
dexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.tar.lz
dexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.tar.xz
dexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.tar.zst
dexon-tests-34c6cc54133651a2f44a6eb75a8e481275d7f154.zip
add first difficulty test
Diffstat (limited to 'BasicTests')
-rw-r--r--BasicTests/difficulty.json9
1 files changed, 9 insertions, 0 deletions
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"
+ }
+}