adapt to sdk

This commit is contained in:
Believethehype
2024-11-19 10:19:06 +01:00
parent 4017571955
commit b0994998ba
19 changed files with 60 additions and 60 deletions

View File

@@ -361,7 +361,7 @@ def check_and_decrypt_own_tags(event, dvm_config):
async def update_profile_lnaddress(private_key, dvm_config, lud16="", ):
keys = Keys.parse(private_key)
client = Client(keys)
client = Client(NostrSigner.keys(keys))
for relay in dvm_config.RELAY_LIST:
await client.add_relay(relay)
await client.connect()