Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Sep 24, 2024
1 parent a43f822 commit 5cbc6ce
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions cashu/lightning/strike.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,6 @@
USDT = "USDT"


# class StrikeInvoiceResult(Enum):
# PENDING = PaymentResult.PENDING
# UNPAID = PaymentResult.PENDING
# PAID = PaymentResult.SETTLED
# CANCELLED = PaymentResult.FAILED


# class StrikePaymentResult(Enum):
# PENDING = PaymentResult.PENDING
# SETTLED = PaymentResult.SETTLED
# FAILED = PaymentResult.FAILED


class StrikeAmount(BaseModel):
amount: str
currency: str
Expand Down

0 comments on commit 5cbc6ce

Please sign in to comment.