forked from TrueCloudLab/neoneo-go
policy: fix max exec fee
Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
451b02122a
commit
2cd5b63f0b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue