adjustments for updating nostr sdk to 0.0.5

(but some delays appear)
This commit is contained in:
Believethehype
2023-11-23 12:32:44 +01:00
parent 417acde9c4
commit f5c98d2c12
4 changed files with 11 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ from utils.dvmconfig import DVMConfig
def run_nostr_dvm_with_local_config():
# We extract the Publickey from our bot, so the DVMs know who they should listen and react to.
bot_publickey = Keys.from_sk_str(os.getenv("BOT_PRIVATE_KEY")).public_key().to_hex()
bot_publickey = Keys.from_sk_str(os.getenv("BOT_PRIVATE_KEY")).public_key()
# Spawn some DVMs in the playground and run them
# You can add arbitrary DVMs there and instantiate them here