From 93a7f324c06321023e2702f7989fdfad32573793 Mon Sep 17 00:00:00 2001 From: Determinant Date: Sat, 19 Sep 2020 22:27:11 -0400 Subject: apply mulit-coin universally --- params/protocol_params.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'params') diff --git a/params/protocol_params.go b/params/protocol_params.go index a82eef2..cbd036b 100644 --- a/params/protocol_params.go +++ b/params/protocol_params.go @@ -61,8 +61,8 @@ const ( SstoreCleanRefundEIP2200 uint64 = 4200 // Once per SSTORE operation for resetting to the original non-zero value SstoreClearRefundEIP2200 uint64 = 15000 // Once per SSTORE operation for clearing an originally existing storage slot - JumpdestGas uint64 = 1 // Once per JUMPDEST operation. - EMCGas uint64 = 1 // Once per EMC operation. + JumpdestGas uint64 = 1 // Once per JUMPDEST operation. + //EMCGas uint64 = 1 // Once per EMC operation. EpochDuration uint64 = 30000 // Duration between proof-of-work epochs. CreateDataGas uint64 = 200 // -- cgit v1.2.3