mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-20 18:44:20 +01:00
fix return model for fastapi (#291)
This commit is contained in:
@@ -223,7 +223,7 @@ async def check_fees(payload: CheckFeesRequest) -> CheckFeesResponse:
|
||||
"/split",
|
||||
name="Split",
|
||||
summary="Split proofs at a specified amount",
|
||||
response_model=PostSplitResponse,
|
||||
response_model=Union[PostSplitResponse, PostSplitResponse_Deprecated],
|
||||
response_description="A list of blinded signatures that can be used to create proofs.",
|
||||
)
|
||||
async def split(
|
||||
|
||||
Reference in New Issue
Block a user