Adding frontend page

This commit is contained in:
ben
2022-09-26 10:30:48 +01:00
parent f4439974e4
commit 69c7cdb49f
7 changed files with 85 additions and 29 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ async def create_gerty(wallet_id: str, data: Gerty) -> Gerty:
gerty_id = urlsafe_short_hash()
await db.execute(
"""
INSERT INTO gerty.gertys (id, name, wallet, lnbits_wallets, sats_quote, exchange, onchain_sats, ln_stats)
VALUES (?, ?, ?, ?, ?, ?)
INSERT INTO gerty.gertys (id, name, wallet, lnbits_wallets, sats_quote, exchange, onchain_stats, ln_stats)
VALUES (?, ?, ?, ?, ?, ?, ?, ?)
""",
(
gerty_id,