diff options
author | ethers <ethereum@outlook.com> | 2015-03-13 10:43:13 +0800 |
---|---|---|
committer | ethers <ethereum@outlook.com> | 2015-03-13 10:43:13 +0800 |
commit | 478a07d8c44a92978ff4d9416160c8eae42fadb0 (patch) | |
tree | 975f7cff8ddfb5adc752ba910f9f5e6cedb9452d /BasicTests/crypto.json | |
parent | 6d827977f4495ef4f373a67793258c4ea73619f2 (diff) | |
download | tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.tar tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.tar.gz tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.tar.bz2 tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.tar.lz tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.tar.xz tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.tar.zst tangerine-tests-478a07d8c44a92978ff4d9416160c8eae42fadb0.zip |
fix missing comma
Diffstat (limited to 'BasicTests/crypto.json')
-rw-r--r-- | BasicTests/crypto.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BasicTests/crypto.json b/BasicTests/crypto.json index e53242c49..64a4f8842 100644 --- a/BasicTests/crypto.json +++ b/BasicTests/crypto.json @@ -4,7 +4,7 @@ "key": "abb51256c1324a1350598653f46aa3ad693ac3cf5d05f36eba3f495a1f51590f", "cipher": "84a727bc81fa4b13947dc9728b88fd08", "payload": "000102030405060708090a0b0c0d0e0f" - } + }, "ecies1": { "decryption_type": "ecies_sec1_altered", |