Skip to content

Commit

Permalink
fix duplicate wallet error
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Nov 17, 2023
1 parent 6254b21 commit 4c228bd
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 120 deletions.
1 change: 1 addition & 0 deletions cashu/mint/router_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ async def check_fees(payload: CheckFeesRequest) -> CheckFeesResponse:
)
async def split_deprecated(
payload: PostSplitRequest_Deprecated,
# ) -> Union[PostSplitResponse_Very_Deprecated, PostSplitResponse_Deprecated]:
):
"""
Requests a set of Proofs to be split into two a new set of BlindedSignatures.
Expand Down
Loading

0 comments on commit 4c228bd

Please sign in to comment.