mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
Wallet: deprecate old hash to curve (#457)
* wallet: deprecate old hash to curve * fix order
This commit is contained in:
@@ -123,7 +123,7 @@ class WalletSettings(CashuSettings):
|
||||
mint_port: int = Field(default=3338)
|
||||
wallet_name: str = Field(default="wallet")
|
||||
wallet_unit: str = Field(default="sat")
|
||||
wallet_domain_separation: bool = Field(default=False)
|
||||
wallet_use_deprecated_h2c: bool = Field(default=False)
|
||||
api_port: int = Field(default=4448)
|
||||
api_host: str = Field(default="127.0.0.1")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user