Skip to content

Commit

Permalink
setting
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 3, 2024
1 parent 6b2818c commit ba1604c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cashu/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ class MintSettings(CashuSettings):

mint_input_fee_ppk: int = Field(default=0)

mint_ticket_price_sat: int = Field(default=1337)


class MintDeprecationFlags(MintSettings):
mint_inactivate_base64_keysets: bool = Field(default=False)
Expand Down

0 comments on commit ba1604c

Please sign in to comment.