diff options
author | Dimitry <winsvega@mail.ru> | 2016-03-01 19:31:51 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-03-01 19:31:51 +0800 |
commit | 99afe8f5aad7bca5d0f1b1685390a4dea32d73c3 (patch) | |
tree | e20fe4e49bce466110e07eeaa8c26bbf6ca68175 /BasicTests | |
parent | f28ac81493281feec0b17290565cf74042893677 (diff) | |
download | tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.tar tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.tar.gz tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.tar.bz2 tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.tar.lz tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.tar.xz tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.tar.zst tangerine-tests-99afe8f5aad7bca5d0f1b1685390a4dea32d73c3.zip |
fix json file ending in difficulty tests
Diffstat (limited to 'BasicTests')
-rw-r--r-- | BasicTests/difficultyCustomHomestead.json | 5 | ||||
-rw-r--r-- | BasicTests/difficultyFrontier.json | 5 | ||||
-rw-r--r-- | BasicTests/difficultyHomestead.json | 5 | ||||
-rw-r--r-- | BasicTests/difficultyMorden.json | 5 | ||||
-rw-r--r-- | BasicTests/difficultyOlimpic.json | 5 |
5 files changed, 10 insertions, 15 deletions
diff --git a/BasicTests/difficultyCustomHomestead.json b/BasicTests/difficultyCustomHomestead.json index f85390089..609b6498a 100644 --- a/BasicTests/difficultyCustomHomestead.json +++ b/BasicTests/difficultyCustomHomestead.json @@ -958,6 +958,5 @@ "currentTimestamp" : "0x2648e81117224db2", "currentBlockNumber" : "0x10c8e0", "currentDifficulty" : "0x0e8788" - }, - -}
\ No newline at end of file + } +} diff --git a/BasicTests/difficultyFrontier.json b/BasicTests/difficultyFrontier.json index a9b687fc1..e758cea98 100644 --- a/BasicTests/difficultyFrontier.json +++ b/BasicTests/difficultyFrontier.json @@ -11038,6 +11038,5 @@ "currentTimestamp" : "0x7551bffad84dc091", "currentBlockNumber" : "0x1681b9", "currentDifficulty" : "0x4641c094f572b271" - }, - -}
\ No newline at end of file + } +} diff --git a/BasicTests/difficultyHomestead.json b/BasicTests/difficultyHomestead.json index eaa2b0746..67e0cf606 100644 --- a/BasicTests/difficultyHomestead.json +++ b/BasicTests/difficultyHomestead.json @@ -11038,6 +11038,5 @@ "currentTimestamp" : "0x5b8c365e6f7325a6", "currentBlockNumber" : "0x1681b9", "currentDifficulty" : "0x17a8bea767858dac" - }, - -}
\ No newline at end of file + } +} diff --git a/BasicTests/difficultyMorden.json b/BasicTests/difficultyMorden.json index 96d71f507..bf878bf0d 100644 --- a/BasicTests/difficultyMorden.json +++ b/BasicTests/difficultyMorden.json @@ -11038,6 +11038,5 @@ "currentTimestamp" : "0xd6a545fbce5d612e", "currentBlockNumber" : "0x1681b9", "currentDifficulty" : "0x0fac02de93ddeba3" - }, - -}
\ No newline at end of file + } +} diff --git a/BasicTests/difficultyOlimpic.json b/BasicTests/difficultyOlimpic.json index eb573b919..3c327fd8b 100644 --- a/BasicTests/difficultyOlimpic.json +++ b/BasicTests/difficultyOlimpic.json @@ -11038,6 +11038,5 @@ "currentTimestamp" : "0x11be245be5301116", "currentBlockNumber" : "0x1681b9", "currentDifficulty" : "0xade542da4d6a5530" - }, - -}
\ No newline at end of file + } +} |