adjustments for nostrsdk 0.39

This commit is contained in:
dbth
2025-02-01 19:35:39 +01:00
parent 86d96a4772
commit f9b68d3b6d
49 changed files with 183 additions and 148 deletions

View File

@@ -58,7 +58,7 @@ async def nostr_client(target_dvm_npub):
kinds.append(Kind(kind))
dvm_filter = (Filter().kinds(kinds).since(Timestamp.now()).pubkey(pk))
await client.subscribe([dvm_filter], None)
await client.subscribe(dvm_filter, None)
# This will send a request to the DVM
await nostr_client_generic_test(target_dvm_npub)