mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-24 03:54:21 +01:00
get rid of baggage
This commit is contained in:
@@ -130,7 +130,7 @@ class GetMeltResponse(BaseModel):
|
||||
class SplitRequest(BaseModel):
|
||||
proofs: List[Proof]
|
||||
amount: int
|
||||
outputs: Union[List[BlindedMessage], None] = None
|
||||
outputs: List[BlindedMessage]
|
||||
|
||||
|
||||
class PostSplitResponse(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user