aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json')
-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.",