Wallet: deprecate old hash to curve (#457)

* wallet: deprecate old hash to curve

* fix order
This commit is contained in:
callebtc
2024-02-26 00:24:58 +01:00
committed by GitHub
parent a546a246e2
commit b06d93c5ff
4 changed files with 131 additions and 106 deletions

View File

@@ -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")