watchonly working, satspay broken

This commit is contained in:
Ben Arc
2021-03-31 23:49:36 +01:00
parent b05b8c0115
commit 0db516b6e0
9 changed files with 237 additions and 89 deletions
+2 -1
View File
@@ -8,11 +8,12 @@ class Wallets(NamedTuple):
title: str
address_no: int
balance: int
@classmethod
def from_row(cls, row: Row) -> "Wallets":
return cls(**dict(row))
class Mempool(NamedTuple):
user: str
endpoint: str