-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Description --- Allows fee estimate to always return an estimated fee. Motivation and Context --- Currently, when calling fee estimate and you do not have enough funds, or funds pending, the fee estimate will error. We do not require such a high level of accuracy when calculating a fee estimate for an external call for an estimation. When the wallet does not have enough funds available, the API will return the fee estimate for default with 1 input and 1 kernel. How Has This Been Tested? --- unit test
- Loading branch information
1 parent
3fcc6a0
commit d9de2e0
Showing
2 changed files
with
33 additions
and
20 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