Skip to content

Commit

Permalink
docs: fix default value of borrowingFeeDecayToleranceMinutes in API…
Browse files Browse the repository at this point in the history
… docs
  • Loading branch information
danielattilasimon committed Jun 29, 2021
1 parent 4ad0998 commit d92b710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib-ethers/src/PopulatableEthersLiquity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export interface BorrowingOperationOptionalParams {
* for a relatively long time. This parameter specifies the length of time that should be covered
* by the extra gas.
*
* Default: 60 minutes.
* Default: 10 minutes.
*/
borrowingFeeDecayToleranceMinutes?: number;
}
Expand Down

0 comments on commit d92b710

Please sign in to comment.