Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7783f34998 | ||
|
|
7dcb2fcdd5 |
@@ -35,7 +35,7 @@ class PaymentStatus(NamedTuple):
|
||||
|
||||
@property
|
||||
def pending(self) -> bool:
|
||||
return self.paid is None
|
||||
return self.paid is not True
|
||||
|
||||
@property
|
||||
def failed(self) -> bool:
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "lnbits"
|
||||
version = "0.12.3"
|
||||
version = "0.12.4"
|
||||
description = "LNbits, free and open-source Lightning wallet and accounts system."
|
||||
authors = ["Alan Bits <alan@lnbits.com>"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user