format
This commit is contained in:
parent
61c9a22fe1
commit
1873740294
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user