update to nostrsdk0.11.1 (for testing)

This commit is contained in:
Believethehype
2024-02-17 20:40:56 +01:00
parent cd077db044
commit 19c554d7bf
25 changed files with 78 additions and 76 deletions

View File

@@ -81,7 +81,7 @@ def admin_make_database_updates(adminconfig: AdminConfig = None, dvmconfig: DVMC
if adminconfig.DELETE_NIP89:
event_id = adminconfig.EVENTID
keys = Keys.from_sk_str(
keys = Keys.parse(
adminconfig.PRIVKEY) # Private key from sender of Event (e.g. the key of an nip89 announcement you want to delete)
fetch_nip89_paramters_for_deletion(keys, event_id, client, dvmconfig)