fix: do not erase merchant profile

This commit is contained in:
Vlad Stan 2023-04-19 10:27:47 +03:00
parent fe78cffce1
commit e06b9af4c3
2 changed files with 4 additions and 2 deletions

View file

@ -109,7 +109,7 @@ class Merchant(PartialMerchant, Nostrable):
delete_event = NostrEvent(
pubkey=pubkey,
created_at=round(time.time()),
kind=0,
kind=5,
tags=[],
content=json.dumps(content, separators=(",", ":"), ensure_ascii=False),
)