mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2025-12-24 01:14:24 +01:00
adapt to sdk
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user