Broke, started added private/public key

This commit is contained in:
ben
2022-09-21 15:16:38 +01:00
parent cf849b260c
commit a9b6dd3d30
4 changed files with 39 additions and 7 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ class Cashu(BaseModel):
fraction: bool = Query(None)
maxsats: int = Query(0)
coins: int = Query(0)
prvkey: str = Query(None)
pubkey: str = Query(None)
@classmethod
def from_row(cls, row: Row) -> "TPoS":