Every time I run my code it delete my event kind 17375.

import asyncio

from sixty_nuts import Wallet

async def main():

async with Wallet(

nsec="",

mint_urls=["https://mint.coinos.io"],

currency="sat",

relays=["wss://relay.damus.io", "wss://nos.lol", "wss://nostr.wine"]

) as wallet:

state = await wallet.fetch_wallet_state()

print(f"Initial balance: {state.balance} sats")

if __name__ == "__main__":

asyncio.run(main())

Reply to this note

Please Login to reply.

Discussion

thanks! looking into this now and join our discord.gg/CssrMX36 then we continue our conv there