From fb759142014c343d04982a724ceb60d96ac63781 Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Fri, 15 Sep 2017 11:42:18 +0200 Subject: [PATCH] Added Gquaddivisor from modexp precompile for gas calculation --- params.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/params.json b/params.json index f529957..9481cc6 100644 --- a/params.json +++ b/params.json @@ -205,6 +205,10 @@ "v": 3, "d": "" }, + "modexpGquaddivisor": { + "v": 20, + "d": "Gquaddivisor from modexp precompile for gas calculation." + }, "ecAddGas": { "v": 500, "d": "Gas costs for curve addition precompile."