Skip to content

Commit

Permalink
ignore contact info for deprecated v0 response
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 15, 2024
1 parent df79ab1 commit e617a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/wallet/wallet_deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ async def _get_info_deprecated(self) -> GetInfoResponse:
GetInfoResponse_deprecated.parse_obj(data)
)
mint_info = GetInfoResponse(
**mint_info_deprecated.dict(exclude={"parameter", "nuts"})
**mint_info_deprecated.dict(exclude={"parameter", "nuts", "contact"})
)
return mint_info

Expand Down

0 comments on commit e617a7b

Please sign in to comment.