diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-03-20 03:43:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-20 03:43:39 +0800 |
commit | a986dbd957f8dd502843fc15e11af59c7c6bc9b7 (patch) | |
tree | 81e36ed21aa8a931e9b1d2fd97302096384be228 /src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json | |
parent | 6eb49bfaac55b7d77531d7a923fbdd013263d2bb (diff) | |
parent | 2f5f7b14cd2365b3f6579e0b5e69974cdb9b2e73 (diff) | |
download | dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.tar dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.tar.gz dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.tar.bz2 dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.tar.lz dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.tar.xz dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.tar.zst dexon-tests-a986dbd957f8dd502843fc15e11af59c7c6bc9b7.zip |
Merge pull request #432 from pirapira/check-duplicate
Check duplicate keys in JSON objects during Travis run
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json index 1e47922f4..46edbf7e1 100644 --- a/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json +++ b/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json @@ -251,7 +251,7 @@ } }, "transaction" : { - "data" : [ + "// data" : [ "(BASE**EXPONENT) % MODULUS", "0 - example: 3**(2**256 - 2**32 - 978) % (2**256 - 2**32 - 977).", "1 - Would be parsed as a base of 0, exponent of 2**256 - 2**32 - 978 and modulus of 2**256 - 2**32 - 978, and so would return 0. Notice how if the length_of_BASE is 0, then it does not interpret any data as the base, instead immediately interpreting the next 32 bytes as length_of_EXPONENT.", |