This commit is contained in:
ben 2023-01-09 16:14:46 +00:00
parent 61c9a22fe1
commit 1873740294

View File

@ -177,7 +177,7 @@ async def create_domain_internal(wallet_id: str, data: CreateDomainData) -> Doma
amount = data.amount * 100
else:
amount = data.amount
await db.execute(
"""
INSERT INTO nostrnip5.domains (id, wallet, currency, amount, domain)