neo icon indicating copy to clipboard operation
neo copied to clipboard

Allow fees to be reduced to less than 1

Open lock9 opened this issue 2 years ago • 0 comments

Summary or problem description It's impossible to reduce fee values like ExecFeeFactor to a value lower than 1. The problem is that if the prices go up, the transaction costs will become expensive, and there won't be any way to reduce it to an acceptable value.

Do you have any solution you want to propose? Fees have a factor limited to the minimum value of 1. We need to be able to set a value that is lower than 1 but also greater than 0. This doesn't mean changing any current value of the fees, only adding support to lower values.

Where in the software does this update applies to?

  • Network Policy

lock9 avatar Feb 26 '24 23:02 lock9