-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbit fee policies with factor 1.0 (#2545)
# Description We need to add a protection against sending the fee policies with factor = 1.0. # Changes - When parsing the fee policy configuration, check for the validity of the factor - Fails to parse the configuration if the factor value is out of the range [0, 1) ## How to test 1. e2e 2. unit test ## Related Issues Fixes #2501
- Loading branch information
1 parent
7e5064d
commit 6e30a94
Showing
2 changed files
with
64 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters