Alpha: increased gas cost for origination

This commit is contained in:
Grégoire Henry 2018-11-23 17:11:21 +01:00 committed by Pierre Boutillier
parent 9afdd9b167
commit 30aa2ec204
No known key found for this signature in database
GPG Key ID: C2F73508B56A193C

View File

@ -207,7 +207,7 @@ module Cost_of = struct
(len *@ (log2 len *@ (alloc_cost 3 +@ step_cost 1)))
let address = step_cost 1
let contract = Gas.read_bytes_cost Z.zero +@ step_cost 100
let contract = Gas.read_bytes_cost Z.zero +@ step_cost 10000
let transfer = step_cost 10
let create_account = step_cost 10
let create_contract = step_cost 10