aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stPreCompiledContracts
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-03-19 23:01:14 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-03-19 23:01:14 +0800
commitcb9c7e552d816255d3b97a20b8fd7f1d20832b05 (patch)
tree608a1f9d068599342490a6261461ea77cba64921 /src/GeneralStateTestsFiller/stPreCompiledContracts
parent4b886515543e15b316f219f5c16db1e6e661dff0 (diff)
downloaddexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.gz
dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.tar.zst
dexon-tests-cb9c7e552d816255d3b97a20b8fd7f1d20832b05.zip
Remove duplicate properties from fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts')
-rw-r--r--src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json2
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.",