fix: do not erase merchant profile
This commit is contained in:
parent
fe78cffce1
commit
e06b9af4c3
2 changed files with 4 additions and 2 deletions
|
|
@ -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),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue