Skip to content

Commit

Permalink
set default input fee for internal quotes to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed May 25, 2024
1 parent 0fab554 commit 8b61d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MintSettings(CashuSettings):
mint_max_secret_length: int = Field(default=512)

mint_input_fee_ppk: int = Field(default=0)
mint_internal_quote_input_fee_reserve_percent: float = Field(default=1.0)
mint_internal_quote_input_fee_reserve_percent: float = Field(default=0.0)


class MintBackends(MintSettings):
Expand Down

0 comments on commit 8b61d21

Please sign in to comment.