diff --git a/pkg/core/native/policy.go b/pkg/core/native/policy.go index 5135a6b5c..48b1db4ad 100644 --- a/pkg/core/native/policy.go +++ b/pkg/core/native/policy.go @@ -28,7 +28,7 @@ const ( DefaultStoragePrice = 100000 // maxExecFeeFactor is the maximum allowed execution fee factor. - maxExecFeeFactor = 1000 + maxExecFeeFactor = 100 // maxFeePerByte is the maximum allowed fee per byte value. maxFeePerByte = 100_000_000 // maxStoragePrice is the maximum allowed price for a byte of storage.