Skip to content

Commit

Permalink
Fix WalletAPI LockResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 13, 2023
1 parent 1a2d0b1 commit 65bdac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cashu/wallet/api/responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pydantic import BaseModel

from ...core.base import Invoice, P2SHWitness
from ...core.base import Invoice


class PayResponse(BaseModel):
Expand Down Expand Up @@ -54,7 +54,7 @@ class LockResponse(BaseModel):


class LocksResponse(BaseModel):
locks: List[P2SHWitness]
locks: List[str]


class InvoicesResponse(BaseModel):
Expand Down

0 comments on commit 65bdac3

Please sign in to comment.