Allow to set maximum peg in/out for mint (#209)

* Allow to set maximum peg in/out for mint

* Make format

* remove duplicate error

* move business logic to ledger

---------

Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
sihamon
2023-05-13 20:41:24 +02:00
committed by GitHub
parent aa9b5bd55c
commit e7df2028fa
4 changed files with 25 additions and 7 deletions

View File

@@ -116,6 +116,7 @@ class GetInfoResponse(BaseModel):
contact: Optional[List[List[str]]] = None
nuts: Optional[List[str]] = None
motd: Optional[str] = None
parameter: Optional[dict] = None
# ------- API: KEYS -------