mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-19 18:14:19 +01:00
Mint: Turn off locking by default (#662)
* turn off locking by default * fix test
This commit is contained in:
@@ -62,6 +62,7 @@ class MintSettings(CashuSettings):
|
||||
mint_max_secret_length: int = Field(default=512)
|
||||
|
||||
mint_input_fee_ppk: int = Field(default=0)
|
||||
mint_disable_melt_on_error: bool = Field(default=False)
|
||||
|
||||
|
||||
class MintDeprecationFlags(MintSettings):
|
||||
|
||||
Reference in New Issue
Block a user