diff options
author | Yoichi Hirai <i@yoichihirai.com> | 2018-03-19 23:01:14 +0800 |
---|---|---|
committer | Yoichi Hirai <i@yoichihirai.com> | 2018-03-19 23:01:14 +0800 |
commit | cb9c7e552d816255d3b97a20b8fd7f1d20832b05 (patch) | |
tree | 608a1f9d068599342490a6261461ea77cba64921 /src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json | |
parent | 4b886515543e15b316f219f5c16db1e6e661dff0 (diff) | |
download | dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.gz dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.bz2 dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.lz dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.xz dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.zst dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.zip |
Remove duplicate properties from fillers
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.", |